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 /tools/Executable_mkunroll.mk | |
parent | 582eb5a368de1627164bc50e25f9eab8ae96e1a8 (diff) |
CWS gnumake3: clean up mingw stuff after adding STDLIBS
Diffstat (limited to 'tools/Executable_mkunroll.mk')
-rw-r--r-- | tools/Executable_mkunroll.mk | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/Executable_mkunroll.mk b/tools/Executable_mkunroll.mk index 18a23bb9bcf5..60c6e676057e 100644 --- a/tools/Executable_mkunroll.mk +++ b/tools/Executable_mkunroll.mk @@ -58,25 +58,4 @@ $(eval $(call gb_Executable_add_exception_objects,mkunroll,\ tools/bootstrp/prj \ )) -ifeq ($(OS),WNT) -ifneq ($(USE_MINGW),) -$(eval $(call gb_Executable_add_linked_libs,mkunroll,\ - mingwthrd \ - $(gb_MINGW_LIBSTDCPP) \ - mingw32 \ - $(gb_MINGW_LIBGCC) \ - uwinapi \ - moldname \ - mingwex \ - kernel32 \ - msvcrt \ - user32 \ -)) -else -$(eval $(call gb_Executable_add_linked_libs,mkunroll,\ - oldnames \ -)) -endif -endif - # vim: set noet sw=4 ts=4: |