Don't point to inc directories that don't exist any longer
Change-Id: If783897a60a545baf3968c5eeccf80a1e186bc51
This commit is contained in:
@@ -9,11 +9,6 @@
|
||||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,basebmp_cpputest))
|
||||
|
||||
$(eval $(call gb_CppunitTest_set_include,basebmp_cpputest,\
|
||||
-I$(SRCDIR)/basebmp/inc/ \
|
||||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_external,basebmp_cpputest,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
|
||||
|
@@ -22,11 +22,6 @@ $(eval $(call gb_Library_use_libraries,basebmp,\
|
||||
$(gb_UWINAPI) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_include,basebmp,\
|
||||
-I$(SRCDIR)/basebmp/inc/ \
|
||||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_add_defs,basebmp,\
|
||||
-DBASEBMP_DLLIMPLEMENTATION \
|
||||
))
|
||||
|
@@ -30,11 +30,6 @@ $(eval $(call gb_Library_Library,cairocanvas))
|
||||
|
||||
$(eval $(call gb_Library_set_componentfile,cairocanvas,canvas/source/cairo/cairocanvas))
|
||||
|
||||
$(eval $(call gb_Library_set_include,cairocanvas,\
|
||||
$$(INCLUDE) \
|
||||
-I$(SRCDIR)/canvas/inc \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,cairocanvas))
|
||||
|
||||
ifeq ($(OS),MACOSX)
|
||||
|
@@ -26,9 +26,4 @@ $(eval $(call gb_CppunitTest_use_libraries,comphelper_test, \
|
||||
$(gb_UWINAPI) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_set_include,comphelper_test,\
|
||||
-I$(SRCDIR)/comphelper/inc \
|
||||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
@@ -37,11 +37,6 @@ $(eval $(call gb_CppunitTest_use_package,i18nlangtag_test_languagetag,langtag_da
|
||||
endif
|
||||
endif
|
||||
|
||||
$(eval $(call gb_CppunitTest_set_include,i18nlangtag_test_languagetag,\
|
||||
-I$(SRCDIR)/i18nlangtag/inc \
|
||||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,i18nlangtag_test_languagetag,\
|
||||
i18nlangtag/qa/cppunit/test_languagetag \
|
||||
))
|
||||
|
@@ -19,11 +19,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,salhelper_testapi,\
|
||||
salhelper/qa/test_api \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_set_include,salhelper_testapi,\
|
||||
$$(INCLUDE) \
|
||||
-I$(SRCDIR)/salhelper/inc \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_external,salhelper_testapi,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_libraries,salhelper_testapi,\
|
||||
|
@@ -50,7 +50,6 @@ endif
|
||||
|
||||
$(eval $(call gb_CppunitTest_set_include,svl_lngmisc,\
|
||||
-I$(SRCDIR)/svl/source/inc \
|
||||
-I$(SRCDIR)/svl/inc \
|
||||
$$(INCLUDE) \
|
||||
))
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
@@ -14,7 +14,6 @@ $(eval $(call gb_Executable_set_targettype_gui,langsupport,YES))
|
||||
$(eval $(call gb_Executable_set_include,langsupport,\
|
||||
$$(INCLUDE) \
|
||||
-I$(SRCDIR)/svtools/inc \
|
||||
-I$(SRCDIR)/svtools/inc/svtools \
|
||||
-I$(SRCDIR)/svtools/source/inc \
|
||||
))
|
||||
|
||||
|
Reference in New Issue
Block a user