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

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

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/02/02 - sjoerd: NT/Makefile,1.26.4.1
  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.23.6.3
retrieving revision 1.23.6.4
diff -u -d -r1.23.6.3 -r1.23.6.4
--- Makefile    24 Sep 2009 13:41:55 -0000      1.23.6.3
+++ Makefile    2 Feb 2010 15:37:59 -0000       1.23.6.4
@@ -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