diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-30 17:25:07 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-30 17:26:25 +0200 |
commit | 769e71ff8c06b9c23e25d7188f565d2879550000 (patch) | |
tree | 62631aa8556da924cf8e0de5a6288d47811b423f /connectivity | |
parent | d3829143ff1ee10b4c33bbacae9b01a67905d1fe (diff) |
do not link with cmt by default
Change-Id: I7ed9a25d3b113ae0bda4f8ce47153b54270916f1
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/Library_postgresql-sdbc-impl.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk index f412c7a85df3..da6fe98d480c 100644 --- a/connectivity/Library_postgresql-sdbc-impl.mk +++ b/connectivity/Library_postgresql-sdbc-impl.mk @@ -50,6 +50,13 @@ ifeq ($(OS),WNT) $(eval $(call gb_Library_use_libraries,postgresql-sdbc-impl,\ shell32 \ )) + +ifeq ($(COM),MSC) +$(eval $(call gb_Library_add_ldflags,postgresql-sdbc-impl,\ + /NODEFAULTLIB:libcmt.lib \ +)) +endif + endif $(eval $(call gb_Library_use_externals,postgresql-sdbc-impl,\ |