Changeset: 5ac9bc70ca0d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5ac9bc70ca0d
Modified Files:
        
Branch: Oct2010
Log Message:

Merge with Jun2010 branch.


diffs (15 lines):

diff -r 782646b64872 -r 5ac9bc70ca0d buildtools/burg/Makefile.msc
--- a/buildtools/burg/Makefile.msc      Wed Sep 15 15:39:36 2010 +0200
+++ b/buildtools/burg/Makefile.msc      Wed Sep 15 15:45:09 2010 +0200
@@ -22,9 +22,9 @@
 srcdir = .
 
 !IFDEF DEBUG
-CFLAGS = -I$(srcdir) -GF -W3 -MDd -nologo -Zi -Od -D_DEBUG -RTC1
+CFLAGS = -I$(srcdir) -I. -GF -W3 -MDd -nologo -Zi -Od -D_DEBUG -RTC1
 !ELSE
-CFLAGS = -I$(srcdir) -GF -W3 -MD -nologo
+CFLAGS = -I$(srcdir) -I. -GF -W3 -MD -nologo
 !ENDIF
 
 MV=copy
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to