Update of /cvsroot/monetdb/sql/NT
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9080/sql/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/sql/NT/Makefile,v
retrieving revision 1.34
retrieving revision 1.34.4.1
diff -u -d -r1.34 -r1.34.4.1
--- Makefile 24 Sep 2009 13:35:22 -0000 1.34
+++ Makefile 2 Feb 2010 14:47:41 -0000 1.34.4.1
@@ -18,7 +18,7 @@
IBITS = 64
!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
@@ -70,6 +70,14 @@
$(ECHO) #include "io.h" >> 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"
$(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