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,\
-I$(realpath $(SRCDIR)/starmath/inc) \
-I$(realpath $(SRCDIR)/starmath/inc/pch) \
-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,\
......
......@@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_include,sm,\
-I$(WORKDIR)/SdiTarget/starmath/sdi \
-I$(WORKDIR)/Misc/starmath/ \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc \
))
......@@ -43,6 +42,11 @@ $(eval $(call gb_Library_set_defs,sm,\
-DSC_INFO_OSVERSION=\"$(OS)\" \
))
$(eval $(call gb_Library_add_api,sm,\
offapi \
udkapi \
))
$(eval $(call gb_Library_add_linked_libs,sm,\
comphelper \
cppu \
......
......@@ -30,7 +30,6 @@ $(eval $(call gb_Library_set_include,smd,\
-I$(SRCDIR)/starmath/inc \
-I$(WORKDIR)/Misc/sm/ \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc \
))
......@@ -38,6 +37,11 @@ $(eval $(call gb_Library_set_defs,smd,\
$$(DEFS) \
))
$(eval $(call gb_Library_add_api,smd,\
offapi \
udkapi \
))
$(eval $(call gb_Library_add_linked_libs,smd,\
cppu \
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