From 0d96c68e594c46f20ac300981833e0526fce1e69 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 15 Apr 2011 17:27:07 +0000 Subject: gnumake4: #i117845#: sw: do not link objects into two libraries [hg:0c13175d5e5e] --- sw/Library_swd.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/Library_swd.mk') diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk index 67898f996bed..32bcc4868126 100644 --- a/sw/Library_swd.mk +++ b/sw/Library_swd.mk @@ -41,6 +41,8 @@ $(eval $(call gb_Library_set_include,swd,\ -I$(OUTDIR)/inc/offuh \ )) +$(eval $(call gb_Library_add_defs,swd,\ + -DSWD_DLLIMPLEMENTATION \ $(eval $(call gb_Library_add_linked_libs,swd,\ comphelper \ cppu \ @@ -58,7 +60,6 @@ $(eval $(call gb_Library_add_linked_libs,swd,\ )) $(eval $(call gb_Library_add_exception_objects,swd,\ - sw/source/core/except/errhdl \ sw/source/filter/basflt/iodetect \ sw/source/ui/uno/detreg \ sw/source/ui/uno/swdet2 \ -- cgit