diff options
Diffstat (limited to 'sw/Library_swd.mk')
-rw-r--r-- | sw/Library_swd.mk | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk index 4f6de7a8dbc0..a0dcfaf29c3a 100644 --- a/sw/Library_swd.mk +++ b/sw/Library_swd.mk @@ -68,18 +68,5 @@ $(eval $(call gb_Library_add_exception_objects,swd,\ sw/source/ui/uno/swdet2 \ sw/source/ui/uno/swdetect \ )) -ifeq ($(OS),WNT) -ifneq ($(USE_MINGW),) -$(eval $(call gb_Library_add_linked_libs,swd,\ - mingwthrd \ - $(gb_MINGW_LIBSTDCPP) \ - mingw32 \ - $(gb_MINGW_LIBGCC) \ - uwinapi \ - mingwex \ - kernel32 \ - msvcrt \ -)) -endif -endif + # vim: set noet sw=4 ts=4: |