summaryrefslogtreecommitdiff
path: root/sw/Library_swd.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/Library_swd.mk')
-rw-r--r--sw/Library_swd.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk
index cb92fe3a8c31..8657cf17704f 100644
--- a/sw/Library_swd.mk
+++ b/sw/Library_swd.mk
@@ -23,19 +23,12 @@ $(eval $(call gb_Library_set_componentfile,swd,sw/util/swd))
$(eval $(call gb_Library_set_include,swd,\
$$(INCLUDE) \
- -I$(SRCDIR)/sw/inc \
- -I$(SRCDIR)/sw/source/core/inc \
- -I$(SRCDIR)/sw/source/filter/inc \
))
$(eval $(call gb_Library_use_external,swd,boost_headers))
$(eval $(call gb_Library_use_sdk_api,swd))
-$(eval $(call gb_Library_add_defs,swd,\
- -DSWD_DLLIMPLEMENTATION \
-))
-
$(eval $(call gb_Library_use_libraries,swd,\
comphelper \
cppu \
@@ -43,14 +36,12 @@ $(eval $(call gb_Library_use_libraries,swd,\
sal \
sfx \
sot \
- svt \
tl \
utl \
$(gb_UWINAPI) \
))
$(eval $(call gb_Library_add_exception_objects,swd,\
- sw/source/filter/basflt/iodetect \
sw/source/ui/uno/detreg \
sw/source/ui/uno/swdetect \
))