Update of /cvsroot/monetdb/pathfinder
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3625

Modified Files:
      Tag: XQuery_0-16
        Makefile.ag 
Log Message:
allow compilation of pathfinder on Windows (32-bits) via the Intel Compiler.

some highlights:
- inline getopt implementation for win32 (BSD licences)
- avoid stroll(), win32 does not have it
- new win32-specific files (Makefile, configure.py, rules.msc, pf_config.h.in)

see NOTES. next week the story continues on 64-bits windows



Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/Makefile.ag,v
retrieving revision 1.25.2.1
retrieving revision 1.25.2.2
diff -u -d -r1.25.2.1 -r1.25.2.2
--- Makefile.ag 24 Jan 2007 23:17:26 -0000      1.25.2.1
+++ Makefile.ag 1 Mar 2007 18:56:42 -0000       1.25.2.2
@@ -33,13 +33,13 @@
 
 scripts_txt = {
        SOURCES = HowToStart-MinGW.txt
-       DIR = datadir/doc/MonetDB-XQuery-${VERSION}
+       DIR = datadir/doc/MonetDB-XQuery-$(VERSION)
 }
 
 scripts_docs = {
        EXT = ""
        SOURCES = HowToStart-PF 
-       DIR = datadir/doc/MonetDB-XQuery-${VERSION}
+       DIR = datadir/doc/MonetDB-XQuery-$(VERSION)
 }
 
 TESTS = RunMtest


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to