Changeset: 4e2d23d49e52 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4e2d23d49e52 Modified Files: NT/Makefile Branch: holindex Log Message:
(try to) enable cracking also on Windows (for nightly compilation testing) diffs (13 lines): diff --git a/NT/Makefile b/NT/Makefile --- a/NT/Makefile +++ b/NT/Makefile @@ -22,6 +22,9 @@ srcdir = $(TOPDIR)\.. prefix = $(MAKEDIR) +# should eventually be moved to TestTools/MdoWin.bat +ENABLE_CRACKERS=1 + # ensure "all" is first target all: _all _______________________________________________ checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
