Update of /cvsroot/monetdb/buildtools/autogen/autogen
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6879/autogen/autogen
Modified Files:
Tag: MonetDB_1-18
msc.py
Log Message:
Move the global rules.msc to buildtools/conf.
Created a centralized winconfig.h which is included by all *config.h files on
Windows (for ease of maintenance).
On 64 bit Windows, use 32 bit OIDs.
Index: msc.py
===================================================================
RCS file: /cvsroot/monetdb/buildtools/autogen/autogen/msc.py,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -u -d -r1.27 -r1.27.2.1
--- msc.py 22 May 2007 15:22:58 -0000 1.27
+++ msc.py 8 Jun 2007 11:14:54 -0000 1.27.2.1
@@ -919,7 +919,7 @@
msc_deps(fd, libsmap['DEPS'], ".obj", msc)
def msc_includes(fd, var, values, msc):
- incs = "-I$(SRCDIR)"
+ incs = r"-I$(TOPDIR)\..\..\buildtools\conf -I$(SRCDIR)"
for i in values:
# replace all occurrences of @XXX@ with $(XXX)
i = re.sub('@([A-Z_]+)@', r'$(\1)', i)
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins