summaryrefslogtreecommitdiffstats
path: root/sw/Library_swui.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-01-25 18:35:57 +0100
committerMathias Bauer <mba@openoffice.org>2011-01-25 18:35:57 +0100
commitabd28b0352a654d43aeeb6a034370cf265fa93cc (patch)
tree1db9c09b252ef2c37463162fc2793bc746d500ba /sw/Library_swui.mk
parentCWS gnumake3: fix license headers (diff)
parentCWS-TOOLING: integrate CWS sb135 (diff)
downloadcore-abd28b0352a654d43aeeb6a034370cf265fa93cc.tar.gz
core-abd28b0352a654d43aeeb6a034370cf265fa93cc.zip
CWS gnumake3: resync to m98
Diffstat (limited to 'sw/Library_swui.mk')
-rw-r--r--sw/Library_swui.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk
index 38c142230916..cf964844232a 100644
--- a/sw/Library_swui.mk
+++ b/sw/Library_swui.mk
@@ -166,6 +166,21 @@ $(eval $(call gb_Library_add_exception_objects,swui,\
))
ifeq ($(OS),WNT)
+ifneq ($(USE_MINGW),)
+$(eval $(call gb_Library_add_linked_libs,swui,\
+ mingwthrd \
+ $(gb_MINGW_LIBSTDCPP) \
+ mingw32 \
+ $(gb_MINGW_LIBGCC) \
+ uwinapi \
+ moldname \
+ mingwex \
+ advapi32 \
+ kernel32 \
+ msvcrt \
+ user32 \
+))
+else
$(eval $(call gb_Library_add_linked_libs,swui,\
advapi32 \
kernel32 \
@@ -175,4 +190,5 @@ $(eval $(call gb_Library_add_linked_libs,swui,\
uwinapi \
))
endif
+endif
# vim: set noet sw=4 ts=4: