From b22c28c26b97ee782bd69efd92896009fa00611c Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 15 Jun 2012 19:31:22 -0500 Subject: tweak to capture recent changes in starmath and gbuild Change-Id: I1e7fb1ae0da02a60f1ee3655a09693c11108f61d --- starmath/Library_smd.mk | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'starmath/Library_smd.mk') diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk index fe933ca67abd..e47a54746c67 100644 --- a/starmath/Library_smd.mk +++ b/starmath/Library_smd.mk @@ -22,28 +22,19 @@ $(eval $(call gb_Library_Library,smd)) -$(eval $(call gb_Library_add_precompiled_header,smd,$(SRCDIR)/starmath/inc/pch/precompiled_starmath)) - $(eval $(call gb_Library_set_componentfile,smd,starmath/util/smd)) $(eval $(call gb_Library_set_include,smd,\ - -I$(SRCDIR)/starmath/inc/pch \ -I$(SRCDIR)/starmath/inc \ - -I$(WORKDIR)/Misc/sm/ \ $$(INCLUDE) \ - -I$(OUTDIR)/inc \ -)) - -$(eval $(call gb_Library_set_defs,smd,\ - $$(DEFS) \ )) -$(eval $(call gb_Library_add_api,smd,\ +$(eval $(call gb_Library_use_api,smd,\ offapi \ udkapi \ )) -$(eval $(call gb_Library_add_linked_libs,smd,\ +$(eval $(call gb_Library_use_libraries,smd,\ cppu \ cppuhelper \ sal \ @@ -54,6 +45,7 @@ $(eval $(call gb_Library_add_linked_libs,smd,\ tl \ ucbhelper \ vcl \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,smd,\ -- cgit