summaryrefslogtreecommitdiff
path: root/sw/Library_swd.mk
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-04-28 18:31:24 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2014-05-01 17:03:48 +0000
commit4b7bdef4b1d1e4ff45a8816c038df38ce7995b3d (patch)
treecb6d82194ec4727cda762406281075a9dcb2caf5 /sw/Library_swd.mk
parentdddd9b41f59fa9857159cef70add9e2343dd1ab1 (diff)
sw: iodetect is not a part of the type detector anymore
and remove now unused IsFileFilter method. Change-Id: I6b4559fdf6442b6baa869b2949142f8fc8c52f30 Reviewed-on: https://gerrit.libreoffice.org/9223 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
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 \
))