summaryrefslogtreecommitdiff
path: root/tools/Library_tl.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-12 19:47:14 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-12 19:55:36 +0300
commitdb8786e34b1a451f0e6969681079f701627de6f9 (patch)
treec7bd2ddf228675812f0875b2a084788ee4e29103 /tools/Library_tl.mk
parent9de73714775833f3ec7e7508d5fddcc8e4f19aed (diff)
The silly toolsdll.cxx was the same for unx and win
Change-Id: Ia83a37980446ee9a52e096e64a9ab77f106c8b37
Diffstat (limited to 'tools/Library_tl.mk')
-rw-r--r--tools/Library_tl.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk
index 34f247128516..0a160632c9e7 100644
--- a/tools/Library_tl.mk
+++ b/tools/Library_tl.mk
@@ -74,6 +74,7 @@ $(eval $(call gb_Library_add_exception_objects,tl,\
tools/source/misc/extendapplicationenvironment \
tools/source/misc/getprocessworkingdir \
tools/source/misc/solarmutex \
+ tools/source/misc/toolsdll \
tools/source/rc/rc \
tools/source/rc/resary \
tools/source/rc/resmgr \
@@ -91,12 +92,6 @@ $(eval $(call gb_Library_add_exception_objects,tl,\
tools/source/zcodec/zcodec \
))
-ifneq ($(OS),WNT)
-$(eval $(call gb_Library_add_exception_objects,tl,\
- tools/unx/source/dll/toolsdll \
-))
-endif
-
$(eval $(call gb_Library_use_externals,tl,\
boost_headers \
zlib \
@@ -109,10 +104,6 @@ $(eval $(call gb_Library_set_include,tl,\
$$(INCLUDE) \
))
-$(eval $(call gb_Library_add_exception_objects,tl,\
- tools/win/source/dll/toolsdll \
-))
-
$(eval $(call gb_Library_use_system_win32_libs,tl,\
mpr \
ole32 \