Added liblocale and the ICU libs to the libbe_test target (app_server test

environment). Allows "TARGET_PLATFORM=libbe_test jam install-test-apps" to
build cleanly again.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37030 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-06-06 12:11:43 +00:00
parent 0618516355
commit a478859f51
6 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src kits locale ;
AddSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders libbe locale shared ;
UsePublicHeaders locale storage icon ;
UseLibraryHeaders icu icon ;

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src libs icu ;
AddSubDirSupportedPlatforms libbe_test ;
HAIKU_ICU_API_VERSION = 4.2 ;
SubInclude HAIKU_TOP src libs icu source common ;

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src libs icu source common ;
AddSubDirSupportedPlatforms libbe_test ;
UseLibraryHeaders icu ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs icu source i18n ] ;

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src libs icu source data ;
AddSubDirSupportedPlatforms libbe_test ;
ICU_UNICODE_VERSION = 5.1 ;
ICU_CLDR_VERSION = $(ICU_GENRB_CLDR_VERSION) ;
ICU_DAT_FILES = pnames.icu unames.icu cnvalias.icu ucadata.icu invuca.icu ;

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src libs icu source i18n ;
AddSubDirSupportedPlatforms libbe_test ;
UseLibraryHeaders icu ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs icu source common ] ;

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src libs icu source stubdata ;
AddSubDirSupportedPlatforms libbe_test ;
UseLibraryHeaders icu ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs icu source common ] ;