From 769e71ff8c06b9c23e25d7188f565d2879550000 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 30 May 2012 17:25:07 +0200 Subject: do not link with cmt by default Change-Id: I7ed9a25d3b113ae0bda4f8ce47153b54270916f1 --- connectivity/Library_postgresql-sdbc-impl.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'connectivity/Library_postgresql-sdbc-impl.mk') 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,\ -- cgit