summaryrefslogtreecommitdiffstats
path: root/svl/Library_fsstorage.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
commit5ede6609549b11eb205e080341438bed5f9858e0 (patch)
tree33be88516ed938aba3b7d9878ef088ee467efa68 /svl/Library_fsstorage.mk
parentCWS gnumake3: merge minibranches (diff)
parentmasterfix: #i10000# #i116562# kde patch (diff)
downloadcore-5ede6609549b11eb205e080341438bed5f9858e0.tar.gz
core-5ede6609549b11eb205e080341438bed5f9858e0.zip
CWS gnumake3: resync to m98
Diffstat (limited to 'svl/Library_fsstorage.mk')
-rw-r--r--svl/Library_fsstorage.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk
index 71c139e41c3e..4293ced781f2 100644
--- a/svl/Library_fsstorage.mk
+++ b/svl/Library_fsstorage.mk
@@ -67,6 +67,20 @@ $(eval $(call gb_Library_add_exception_objects,fsstorage,\
))
ifeq ($(OS),WNT)
+ifneq ($(USE_MINGW),)
+$(eval $(call gb_Library_add_linked_libs,fsstorage,\
+ mingwthrd \
+ $(gb_MINGW_LIBSTDCPP) \
+ mingw32 \
+ $(gb_MINGW_LIBGCC) \
+ uwinapi \
+ moldname \
+ mingwex \
+ kernel32 \
+ msvcrt \
+ user32 \
+))
+else
$(eval $(call gb_Library_add_linked_libs,fsstorage,\
kernel32 \
msvcrt \
@@ -75,4 +89,5 @@ $(eval $(call gb_Library_add_linked_libs,fsstorage,\
uwinapi \
))
endif
+endif
# vim: set noet sw=4 ts=4: