Remove references to HAIKU_LOCALE_LIBS.
- No longer exists in PM branch, and isn't really necessary any more as it only refers to liblocalestub anyhow.
This commit is contained in:
parent
eeebe2843a
commit
6f17e7a7b3
@ -46,9 +46,9 @@ Application HaikuDepot :
|
|||||||
|
|
||||||
# text view stuff
|
# text view stuff
|
||||||
$(textDocumentSources)
|
$(textDocumentSources)
|
||||||
|
|
||||||
: be translation libcolumnlistview.a libshared.a $(TARGET_LIBSUPC++)
|
: be translation libcolumnlistview.a libshared.a $(TARGET_LIBSUPC++)
|
||||||
$(HAIKU_LOCALE_LIBS)
|
localestub
|
||||||
: HaikuDepot.rdef
|
: HaikuDepot.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ SubDir HAIKU_TOP src tools translation bitsinfo ;
|
|||||||
|
|
||||||
BinCommand bitsinfo :
|
BinCommand bitsinfo :
|
||||||
bitsinfo.cpp
|
bitsinfo.cpp
|
||||||
: be libbe.so $(HAIKU_LOCALE_LIBS) translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) ;
|
: be libbe.so localestub translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) ;
|
||||||
|
|
||||||
AddResources bitsinfo : bitsinfo.rdef ;
|
AddResources bitsinfo : bitsinfo.rdef ;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
SubDir HAIKU_TOP src tools translation bmpinfo ;
|
SubDir HAIKU_TOP src tools translation bmpinfo ;
|
||||||
|
|
||||||
BinCommand bmpinfo : bmpinfo.cpp : be libbe.so $(HAIKU_LOCALE_LIBS) translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) ;
|
BinCommand bmpinfo : bmpinfo.cpp : be libbe.so localestub translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) ;
|
||||||
|
|
||||||
AddResources bmpinfo : bmpinfo.rdef ;
|
AddResources bmpinfo : bmpinfo.rdef ;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ SubDir HAIKU_TOP src tools translation tgainfo ;
|
|||||||
|
|
||||||
BinCommand tgainfo :
|
BinCommand tgainfo :
|
||||||
tgainfo.cpp
|
tgainfo.cpp
|
||||||
: be libbe.so $(HAIKU_LOCALE_LIBS) translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) ;
|
: be libbe.so localestub translation $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) ;
|
||||||
|
|
||||||
AddResources tgainfo : tgainfo.rdef ;
|
AddResources tgainfo : tgainfo.rdef ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user