Sprinkle more boost_headers love

Fix compilation errors when not using system boost. Might be more.

It's sad that one has to micro-manage boost use like this.

Change-Id: I3541789530fbdb0fb03e2b355144e63f8b031097
This commit is contained in:
Tor Lillqvist 2013-09-19 11:11:49 +03:00
parent 61afc9f057
commit 19d7fd2c41
5 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,8 @@ $(eval $(call gb_Library_Library,t602filter))
$(eval $(call gb_Library_set_componentfile,t602filter,filter/source/t602/t602filter))
$(eval $(call gb_Library_use_external,t602filter,boost_headers))
$(eval $(call gb_Library_use_sdk_api,t602filter))
$(eval $(call gb_Library_use_libraries,t602filter,\

View File

@ -9,6 +9,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,i18nlangtag_test_languagetag))
$(eval $(call gb_CppunitTest_use_external,i18nlangtag_test_languagetag,boost_headers))
$(eval $(call gb_CppunitTest_use_api,i18nlangtag_test_languagetag,\
udkapi \
offapi \

View File

@ -12,6 +12,8 @@ $(eval $(call gb_Library_Library,guesslang))
$(eval $(call gb_Library_set_componentfile,guesslang,lingucomponent/source/languageguessing/guesslang))
$(eval $(call gb_Library_use_external,guesslang,boost_headers))
$(eval $(call gb_Library_use_sdk_api,guesslang))
$(eval $(call gb_Library_use_libraries,guesslang,\

View File

@ -13,6 +13,8 @@ $(eval $(call gb_Executable_add_defs,lngconvex,\
-D_NTSDK \
))
$(eval $(call gb_Executable_use_external,lngconvex,boost_headers))
$(eval $(call gb_Executable_use_sdk_api,lngconvex))
$(eval $(call gb_Executable_use_libraries,lngconvex,\

View File

@ -21,6 +21,8 @@ $(eval $(call gb_Library_Library,passwordcontainer))
$(eval $(call gb_Library_set_componentfile,passwordcontainer,svl/source/passwordcontainer/passwordcontainer))
$(eval $(call gb_Library_use_external,passwordcontainer,boost_headers))
$(eval $(call gb_Library_set_include,passwordcontainer,\
-I$(SRCDIR)/svl/source/inc \
$$(INCLUDE) \