diff options
author | tono <tono@openoffice.org> | 2010-12-31 00:35:16 +0900 |
---|---|---|
committer | tono <tono@openoffice.org> | 2010-12-31 00:35:16 +0900 |
commit | e389e3aef4fddf06a0e1e902802ad00f2e60905f (patch) | |
tree | 8cae8b856611e4490dcc988eb5a9cc58ffe77e0e /svl/Library_svl.mk | |
parent | 7997ab5bac6fbdfe3b3427c322507a993d33acbc (diff) |
i#116264: gbuild for MinGW
Diffstat (limited to 'svl/Library_svl.mk')
-rw-r--r-- | svl/Library_svl.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk index 7faf5caa7f65..5181983b8bc1 100644 --- a/svl/Library_svl.mk +++ b/svl/Library_svl.mk @@ -169,6 +169,22 @@ $(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,\ advapi32 \ kernel32 \ @@ -178,6 +194,7 @@ $(eval $(call gb_Library_add_linked_libs,svl,\ user32 \ uwinapi \ )) +endif else $(eval $(call gb_Library_add_exception_objects,svl,\ svl/unx/source/svdde/ddedummy \ |