Kaydet (Commit) 004073ae authored tarafından David Tardon's avatar David Tardon Kaydeden (comit) Norbert Thiebaud

remove all traces of offuh from makefiles

üst 00e5cd83
...@@ -32,7 +32,11 @@ $(eval $(call gb_CppunitTest_set_include,starmath_qa_cppunit,\ ...@@ -32,7 +32,11 @@ $(eval $(call gb_CppunitTest_set_include,starmath_qa_cppunit,\
-I$(realpath $(SRCDIR)/starmath/inc) \ -I$(realpath $(SRCDIR)/starmath/inc) \
-I$(realpath $(SRCDIR)/starmath/inc/pch) \ -I$(realpath $(SRCDIR)/starmath/inc/pch) \
-I$(OUTDIR)/inc \ -I$(OUTDIR)/inc \
-I$(OUTDIR)/inc/offuh \ ))
$(eval $(call gb_CppunitTest_add_api,starmath_qa_cppunit,\
offapi \
udkapi \
)) ))
$(eval $(call gb_CppunitTest_set_defs,starmath_qa_cppunit,\ $(eval $(call gb_CppunitTest_set_defs,starmath_qa_cppunit,\
......
...@@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_include,sm,\ ...@@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_include,sm,\
-I$(WORKDIR)/SdiTarget/starmath/sdi \ -I$(WORKDIR)/SdiTarget/starmath/sdi \
-I$(WORKDIR)/Misc/starmath/ \ -I$(WORKDIR)/Misc/starmath/ \
$$(INCLUDE) \ $$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc \ -I$(OUTDIR)/inc \
)) ))
...@@ -43,6 +42,11 @@ $(eval $(call gb_Library_set_defs,sm,\ ...@@ -43,6 +42,11 @@ $(eval $(call gb_Library_set_defs,sm,\
-DSC_INFO_OSVERSION=\"$(OS)\" \ -DSC_INFO_OSVERSION=\"$(OS)\" \
)) ))
$(eval $(call gb_Library_add_api,sm,\
offapi \
udkapi \
))
$(eval $(call gb_Library_add_linked_libs,sm,\ $(eval $(call gb_Library_add_linked_libs,sm,\
comphelper \ comphelper \
cppu \ cppu \
......
...@@ -30,7 +30,6 @@ $(eval $(call gb_Library_set_include,smd,\ ...@@ -30,7 +30,6 @@ $(eval $(call gb_Library_set_include,smd,\
-I$(SRCDIR)/starmath/inc \ -I$(SRCDIR)/starmath/inc \
-I$(WORKDIR)/Misc/sm/ \ -I$(WORKDIR)/Misc/sm/ \
$$(INCLUDE) \ $$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc \ -I$(OUTDIR)/inc \
)) ))
...@@ -38,6 +37,11 @@ $(eval $(call gb_Library_set_defs,smd,\ ...@@ -38,6 +37,11 @@ $(eval $(call gb_Library_set_defs,smd,\
$$(DEFS) \ $$(DEFS) \
)) ))
$(eval $(call gb_Library_add_api,smd,\
offapi \
udkapi \
))
$(eval $(call gb_Library_add_linked_libs,smd,\ $(eval $(call gb_Library_add_linked_libs,smd,\
cppu \ cppu \
cppuhelper \ cppuhelper \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment