Author: rolf Date: 2007-04-16 13:27:36 -0400 (Mon, 16 Apr 2007) New Revision: 75781
Modified: trunk/mono-basic/tools/extract-source/Makefile Log: Another small fix. Modified: trunk/mono-basic/tools/extract-source/Makefile =================================================================== --- trunk/mono-basic/tools/extract-source/Makefile 2007-04-16 17:16:41 UTC (rev 75780) +++ trunk/mono-basic/tools/extract-source/Makefile 2007-04-16 17:27:36 UTC (rev 75781) @@ -5,6 +5,6 @@ NO_INSTALL = yes PROGRAM = extract-source.exe -PROGRAM_COMPILE = $(BOOT_COMPILE) -r:System.Xml.dll -noconfig +PROGRAM_COMPILE = $(BOOT_COMPILE) -r:System.Xml.dll -noconfig -define:_MYTYPE=\"Empty\" include ../../build/executable.make _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
