summaryrefslogtreecommitdiff
path: root/sw/Library_swd.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-04-15 17:27:07 +0000
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 17:38:42 +0200
commit0d96c68e594c46f20ac300981833e0526fce1e69 (patch)
treee791e6b051ed0f605adb95668855b8c0fc0a272d /sw/Library_swd.mk
parent5758400c3d092a35c31b00547da48a57667b0a92 (diff)
gnumake4: #i117845#: sw: do not link objects into two libraries [hg:0c13175d5e5e]
Diffstat (limited to 'sw/Library_swd.mk')
-rw-r--r--sw/Library_swd.mk3
1 files changed, 2 insertions, 1 deletions
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 \