tcp: Fix 64 bit build with debugging features enabled.
[haiku.git] / src / kits / translation / Jamfile
blobe9b25bfdc71034e42a29198d849ecb17bcae2ae6
1 SubDir HAIKU_TOP src kits translation ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
4 AddSubDirSupportedPlatforms libbe_test ;
6 if $(TARGET_PLATFORM) != haiku {
7         UsePublicHeaders translation ;
10 UsePrivateHeaders translation textencoding ;
12 local architectureObject ;
13 for architectureObject in [ MultiArchSubDirSetup ] {
14         on $(architectureObject) {
15                 UsePrivateSystemHeaders ;
17                 SharedLibrary [ MultiArchDefaultGristFiles libtranslation.so ] :
18                         BitmapStream.cpp
19                         FuncTranslator.cpp
20                         TranslationUtils.cpp
21                         Translator.cpp
22                         TranslatorRoster.cpp
24                         : be textencoding [ TargetLibstdc++ ]
25                         ;
26         }
29 if $(TARGET_PLATFORM) = libbe_test {
30         HaikuInstall install-test-apps : $(HAIKU_APP_TEST_LIB_DIR)
31                 : libtranslation.so : tests!apps ;