Changeset: 9afc509d5113 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9afc509d5113 Modified Files: buildtools/conf/winrules.msc Branch: Jun2010 Log Message:
(hopefully) fixing Windows compilation, again: propagated below changes in rules.mk also to winrules.msc " changeset: 35843:44443a4e3457 user: Niels Nes <[email protected]> date: Fri May 07 17:27:58 2010 +0200 files: buildtools/conf/rules.mk description: need rule for mx->sql " diffs (16 lines): diff -r 42f38daad16d -r 9afc509d5113 buildtools/conf/winrules.msc --- a/buildtools/conf/winrules.msc Fri May 14 12:12:53 2010 +0200 +++ b/buildtools/conf/winrules.msc Fri May 14 12:29:58 2010 +0200 @@ -490,6 +490,12 @@ if not exist .libs $(MKDIR) .libs $(INSTALL) $@ .libs\$@ +{$(SRCDIR)}.mx.sql: + $(MX) $(MXFLAGS) -x sql $< + +.mx.sql: + $(MX) $(MXFLAGS) -x sql $< + {$(SRCDIR)}.mx.y: $(MX) $(MXFLAGS) -x y $< _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
