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/Library_tl.mk | |
parent | 582eb5a368de1627164bc50e25f9eab8ae96e1a8 (diff) |
CWS gnumake3: clean up mingw stuff after adding STDLIBS
Diffstat (limited to 'tools/Library_tl.mk')
-rw-r--r-- | tools/Library_tl.mk | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk index 8489f21d7d47..4e676f2c3436 100644 --- a/tools/Library_tl.mk +++ b/tools/Library_tl.mk @@ -141,6 +141,7 @@ $(eval $(call gb_Library_add_linked_static_libs,tl,\ endif ifeq ($(OS),WNT) + $(eval $(call gb_Library_set_include,tl,\ $$(INCLUDE) \ -I$(SRCDIR)/tools/win/inc \ @@ -150,34 +151,16 @@ $(eval $(call gb_Library_add_exception_objects,tl,\ tools/win/source/dll/toolsdll \ )) -ifneq ($(USE_MINGW),) -$(eval $(call gb_Library_add_linked_libs,tl,\ - uwinapi \ - mingwthrd \ - $(gb_MINGW_LIBSTDCPP) \ - mingw32 \ - $(gb_MINGW_LIBGCC) \ - moldname \ - mingwex \ - kernel32 \ - mpr \ - msvcrt \ - ole32 \ - shell32 \ - user32 \ - uuid \ -)) -else $(eval $(call gb_Library_add_linked_libs,tl,\ mpr \ - oldnames \ ole32 \ shell32 \ user32 \ uuid \ )) + endif -endif + # tools/source/string/debugprint -DDEBUG -DEXCEPTIONS_OFF -DOSL_DEBUG_LEVEL=2 -DSHAREDLIB -DTOOLS_DLLIMPLEMENTATION -D_DLL_ -O0 -fno-exceptions -fpic -fvisibility=hidden -g # -DOPTIMIZE # no -DTOOLS_DLLIMPLEMENTATION on toolsdll |