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

Modified Files:
      Tag: XQFT
        Makefile 
Log Message:
propagated changes of Tuesday Feb 02 2010
from the development trunk to the XQFT branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/02/02 - sjoerd: NT/Makefile,1.27
  propagated changes of Tuesday Feb 02 2010
  from the Feb2010 branch to the development trunk
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2010/02/02 - sjoerd: NT/Makefile,1.26.6.1
    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/pathfinder/NT/Makefile,v
retrieving revision 1.26
retrieving revision 1.26.4.1
diff -u -d -r1.26 -r1.26.4.1
--- Makefile    24 Sep 2009 13:35:31 -0000      1.26
+++ Makefile    2 Feb 2010 15:34:47 -0000       1.26.4.1
@@ -19,7 +19,7 @@
 
 UNISTD_H = unistd.h
 
-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
@@ -76,6 +76,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
+
 RunMserver.bat: "$(SRCDIR)\RunMserver.bat.in"
        $(CONFIGURE) "$(SRCDIR)\RunMserver.bat.in" > RunMserver.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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to