Update of /cvsroot/monetdb/geom/NT
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9080/geom/NT

Modified Files:
      Tag: Feb2010
        Makefile 
Log Message:
Provide out own inttypes.h since Windows doesn't.
We need one for the Cygwin version of flex that we now use.

Index: Makefile
===================================================================
RCS file: /cvsroot/monetdb/geom/NT/Makefile,v
retrieving revision 1.12
retrieving revision 1.12.4.1
diff -u -d -r1.12 -r1.12.4.1
--- Makefile    24 Sep 2009 13:35:27 -0000      1.12
+++ Makefile    2 Feb 2010 14:47:40 -0000       1.12.4.1
@@ -15,7 +15,7 @@
 M5INSTALLER =
 !ENDIF
 
-all: "$(SRCDIR)\Makefile.msc" all-msc unistd.h RunMserver.bat RunMtest.bat 
RunMapprove.bat
+all: "$(SRCDIR)\Makefile.msc" all-msc unistd.h inttypes.h RunMserver.bat 
RunMtest.bat RunMapprove.bat
        $(MAKE) /nologo /f "$(SRCDIR)\Makefile.msc" "prefix=$(prefix)" 
"bits=$(bits)" all
 
 check: "$(SRCDIR)\Makefile.msc" RunMtest.bat
@@ -58,6 +58,14 @@
        $(ECHO) #define umask _umask >> unistd.h
        $(ECHO) #endif >> unistd.h
 
+inttypes.h:
+       $(ECHO) typedef signed char int8_t; > inttypes.h
+       $(ECHO) typedef unsigned char uint8_t; >> inttypes.h
+       $(ECHO) typedef short int16_t; >> inttypes.h
+       $(ECHO) typedef unsigned short uint16_t; >> inttypes.h
+       $(ECHO) typedef int int32_t; >> inttypes.h
+       $(ECHO) typedef unsigned int uint32_t; >> inttypes.h
+
 RunMtest.bat: "$(SRCDIR)\RunMtest.bat.in"
        if exist "$(SRCDIR)\RunMtest.bat.in" $(CONFIGURE) 
"$(SRCDIR)\RunMtest.bat.in" > RunMtest.bat
 


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to