summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-13 13:33:30 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-13 13:33:30 +0300
commit4a90a455446c66fc77b431b5167775199a80d041 (patch)
tree4c16abfa9b12c06450643decffd6810c7b7434f8
parent34b470a610ce790f67ac06cc06270f52270c74d1 (diff)
Link odbcconfig with user32 on Windows
-rw-r--r--dbaccess/Executable_odbcconfig.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/dbaccess/Executable_odbcconfig.mk b/dbaccess/Executable_odbcconfig.mk
index bfda4a63b..9afc9ac40 100644
--- a/dbaccess/Executable_odbcconfig.mk
+++ b/dbaccess/Executable_odbcconfig.mk
@@ -41,6 +41,12 @@ $(eval $(call gb_Executable_add_linked_libs,odbcconfig,\
$(gb_STDLIBS) \
))
+ifeq ($(OS),WNT)
+$(eval $(call gb_Executable_add_linked_libs,odbcconfig,\
+ user32 \
+))
+endif
+
$(eval $(call gb_Executable_add_exception_objects,odbcconfig,\
dbaccess/win32/source/odbcconfig/odbcconfig \
))