Changeset: d4c180120f3c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d4c180120f3c Modified Files: buildtools/burg/Makefile.msc Branch: Jun2010 Log Message:
Patch for separate buildtools build directory on Windows. diffs (15 lines): diff -r 0ace8e8c06fb -r d4c180120f3c buildtools/burg/Makefile.msc --- a/buildtools/burg/Makefile.msc Wed Sep 15 15:37:33 2010 +0200 +++ b/buildtools/burg/Makefile.msc Wed Sep 15 15:44:46 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 [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
