Fix translator builds.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37463 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,7 +9,8 @@ Translator BMPTranslator :
|
||||
BMPTranslator.cpp
|
||||
BMPView.cpp
|
||||
|
||||
: be translation libtranslatorsutils.a $(TARGET_LIBSUPC++)
|
||||
: be translation libtranslatorsutils.a $(HAIKU_LOCALE_LIBS)
|
||||
$(TARGET_LIBSUPC++)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -13,7 +13,8 @@ Translator EXRTranslator :
|
||||
EXRGamma.cpp
|
||||
EXRTranslator.cpp
|
||||
IStreamWrapper.cpp
|
||||
: be translation libilmimf.so $(TARGET_LIBSTDC++) libtranslatorsutils.a
|
||||
: be translation libilmimf.so $(TARGET_LIBSTDC++) libtranslatorsutils.a
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ Translator GIFTranslator :
|
||||
SavePalette.cpp
|
||||
SFHash.cpp
|
||||
:
|
||||
be translation $(TARGET_LIBSUPC++)
|
||||
be translation $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ Translator HPGSTranslator :
|
||||
HPGSTranslator.cpp
|
||||
$(sources)
|
||||
: be translation libpng.so libtextencoding.so libz.so libtranslatorsutils.a
|
||||
$(TARGET_LIBSUPC++)
|
||||
$(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -9,5 +9,6 @@ Translator HVIFTranslator :
|
||||
HVIFTranslator.cpp
|
||||
HVIFView.cpp
|
||||
: be translation libtranslatorsutils.a $(TARGET_LIBSUPC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
@@ -11,6 +11,7 @@ Translator ICOTranslator :
|
||||
ConfigView.cpp
|
||||
ICO.cpp
|
||||
: be translation libtranslatorsutils.a $(TARGET_LIBSUPC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ Translator JPEGTranslator :
|
||||
exif_parser.cpp
|
||||
JPEGTranslator.cpp
|
||||
: be translation libtranslatorsutils.a libjpeg.so $(TARGET_LIBSTDC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -70,6 +70,7 @@ Translator JPEG2000Translator :
|
||||
$(jasper_files)
|
||||
|
||||
: be translation libtranslatorsutils.a $(TARGET_LIBSUPC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ Translator PCXTranslator :
|
||||
ConfigView.cpp
|
||||
PCX.cpp
|
||||
: be translation libtranslatorsutils.a $(TARGET_LIBSUPC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ Translator PNGTranslator :
|
||||
PNGView.cpp
|
||||
|
||||
: be translation libpng.a z libtranslatorsutils.a $(TARGET_LIBSUPC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ Translator RAWTranslator :
|
||||
ConfigView.cpp
|
||||
RAW.cpp
|
||||
: be translation libtranslatorsutils.a $(TARGET_LIBSUPC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -17,5 +17,6 @@ Translator RTF-Translator :
|
||||
RTFTranslator.cpp
|
||||
|
||||
: be translation libtranslatorsutils.a $(TARGET_LIBSUPC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
@@ -11,6 +11,7 @@ Translator SGITranslator :
|
||||
SGIView.cpp
|
||||
|
||||
: be translation libtranslatorsutils.a $(TARGET_LIBSUPC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ Translator STXTTranslator :
|
||||
STXTTranslator.cpp
|
||||
STXTView.cpp
|
||||
: be translation libtextencoding.so libtranslatorsutils.a
|
||||
$(TARGET_LIBSUPC++)
|
||||
$(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ Translator TGATranslator :
|
||||
TGATranslator.cpp
|
||||
TGAView.cpp
|
||||
: be translation libtranslatorsutils.a $(TARGET_LIBSUPC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ Translator TIFFTranslator :
|
||||
TIFFView.cpp
|
||||
|
||||
: be libtiff.so translation libtranslatorsutils.a $(TARGET_LIBSUPC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ Translator WonderBrushTranslator :
|
||||
lab_convert.cpp
|
||||
|
||||
: be translation z libtranslatorsutils.a $(TARGET_LIBSUPC++)
|
||||
$(HAIKU_LOCALE_LIBS)
|
||||
: true
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user