diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-03 10:24:18 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-03 10:24:18 +0100 |
commit | ec283a532c1a30270f41f3f57c6c0ff3612a11d3 (patch) | |
tree | 48a9da56e08f85efe7794d5dffead2403174f315 /svl | |
parent | 582eb5a368de1627164bc50e25f9eab8ae96e1a8 (diff) |
CWS gnumake3: clean up mingw stuff after adding STDLIBS
Diffstat (limited to 'svl')
-rw-r--r-- | svl/Library_fsstorage.mk | 16 | ||||
-rw-r--r-- | svl/Library_passwordcontainer.mk | 15 | ||||
-rw-r--r-- | svl/Library_svl.mk | 18 |
3 files changed, 1 insertions, 48 deletions
diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk index 2950b3aa7dd3..f3b8f41e3c69 100644 --- a/svl/Library_fsstorage.mk +++ b/svl/Library_fsstorage.mk @@ -60,20 +60,4 @@ $(eval $(call gb_Library_add_exception_objects,fsstorage,\ svl/source/fsstor/ostreamcontainer \ )) -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 \ -)) -endif -endif # vim: set noet sw=4 ts=4: diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk index e17004cff265..08acae0930ec 100644 --- a/svl/Library_passwordcontainer.mk +++ b/svl/Library_passwordcontainer.mk @@ -56,19 +56,4 @@ $(eval $(call gb_Library_add_exception_objects,passwordcontainer,\ svl/source/passwordcontainer/syscreds \ )) -ifeq ($(OS),WNT) -ifneq ($(USE_MINGW),) -$(eval $(call gb_Library_add_linked_libs,passwordcontainer,\ - mingwthrd \ - $(gb_MINGW_LIBSTDCPP) \ - mingw32 \ - $(gb_MINGW_LIBGCC) \ - uwinapi \ - mingwex \ - kernel32 \ - msvcrt \ -)) -endif -endif - # vim: set noet sw=4 ts=4: diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk index c406fc42b0cf..0ad3ecc4aa87 100644 --- a/svl/Library_svl.mk +++ b/svl/Library_svl.mk @@ -158,26 +158,10 @@ $(eval $(call gb_Library_add_exception_objects,svl,\ svl/source/svdde/ddewrap \ )) -ifneq ($(USE_MINGW),) $(eval $(call gb_Library_add_linked_libs,svl,\ - mingwthrd \ - $(gb_MINGW_LIBSTDCPP) \ - mingw32 \ - $(gb_MINGW_LIBGCC) \ - uwinapi \ - mingwex \ - advapi32 \ - kernel32 \ - gdi32 \ - msvcrt \ - shell32 \ user32 \ )) -else -$(eval $(call gb_Library_add_linked_libs,svl,\ - user32 \ -)) -endif + else $(eval $(call gb_Library_add_exception_objects,svl,\ svl/unx/source/svdde/ddedummy \ |