Update of /cvsroot/monetdb/clients/src/odbc/driver
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19497/src/odbc/driver

Modified Files:
      Tag: Clients_1-20
        Makefile.ag ODBCDbc.h 
Log Message:
Include mapilib/Mapi.h and mapi/mapi.h exclusively.  This should fix
all problems with including the wrong file on case-insensitive file
systems.

Added support for PCRE on Windows.

Upgraded to PHP-5.2.4.

Define ssize_t in *config.h on Windows so that it is always avaliable.

Make pipe() available on Windows.


Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/clients/src/odbc/driver/Makefile.ag,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -d -r1.3 -r1.3.4.1
--- Makefile.ag 12 Apr 2007 09:33:55 -0000      1.3
+++ Makefile.ag 2 Oct 2007 11:49:24 -0000       1.3.4.1
@@ -16,7 +16,7 @@
 
 INCLUDES = \
        ../include \
-       ../../mapilib \
+       ../.. \
        $(MONETDB_INCS) \
        $(ODBC_INCS)
 

Index: ODBCDbc.h
===================================================================
RCS file: /cvsroot/monetdb/clients/src/odbc/driver/ODBCDbc.h,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -d -r1.3 -r1.3.4.1
--- ODBCDbc.h   20 Feb 2007 10:48:07 -0000      1.3
+++ ODBCDbc.h   2 Oct 2007 11:49:26 -0000       1.3.4.1
@@ -44,7 +44,7 @@
 #include "ODBCGlobal.h"
 #include "ODBCEnv.h"
 #include "ODBCError.h"
-#include "Mapi.h"
+#include "mapilib/Mapi.h"
 
 
 typedef struct tODBCDRIVERDBC {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to