Update of /cvsroot/monetdb/clients/NT
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23236/NT

Modified Files:
        clients_config.h.in rules.msc 
Log Message:
Fix ODBC compilation: on Windows we do have SQLGetPrivateProfileString, but we 
then need some libraries.

Index: rules.msc
===================================================================
RCS file: /cvsroot/monetdb/clients/NT/rules.msc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- rules.msc   16 Apr 2007 13:25:45 -0000      1.7
+++ rules.msc   22 May 2007 15:17:29 -0000      1.8
@@ -24,3 +24,5 @@
 pkg = MonetDB
 CONFIG_H=clients_config.h
 VERSION=1.17.1
+
+ODBC_LIBS = odbccp32.lib user32.lib

Index: clients_config.h.in
===================================================================
RCS file: /cvsroot/monetdb/clients/NT/clients_config.h.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- clients_config.h.in 22 Mar 2007 09:15:34 -0000      1.6
+++ clients_config.h.in 22 May 2007 15:17:29 -0000      1.7
@@ -378,6 +378,9 @@
 /* #undef HAVE_SOCKLEN_T */
 #define socklen_t int
 
+/* Define to 1 if you have the `SQLGetPrivateProfileString' function. */
+#define HAVE_SQLGETPRIVATEPROFILESTRING 1
+
 /* Define to 1 if the system has the type `ssize_t'. */
 /* #undef HAVE_SSIZE_T */
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to