[svn] r6132: nemerle/trunk/ncc/Makefile

malekith svnadmin at nemerle.org
Sun Feb 19 13:34:39 CET 2006


Log:
Use -greedy- in bootstrap.

Author: malekith
Date: Sun Feb 19 13:34:38 2006
New Revision: 6132

Modified:
   nemerle/trunk/ncc/Makefile

Modified: nemerle/trunk/ncc/Makefile
==============================================================================
--- nemerle/trunk/ncc/Makefile	(original)
+++ nemerle/trunk/ncc/Makefile	Sun Feb 19 13:34:38 2006
@@ -34,11 +34,11 @@
 ############################################################
 
 COMPILER_PATH = ../boot/
-NCC_FLAGS     = -dowarn:10006 -pedantic-lexer -def:_$(STAGE) -stats $(NEM_FLAGS) $(ADD_FLAGS)
+NCC_FLAGS     = -dowarn:10006 -pedantic-lexer -def:_$(STAGE) -stats -greedy- $(NEM_FLAGS) $(ADD_FLAGS)
 COMPILER      = $(COMPILER_PATH)ncc.exe
 COMPILER_DEP  = $(COMPILER_PATH)ncc.exe $(COMPILER_PATH)Nemerle.Macros.dll
 EXECUTE       = $(NET_ENGINE) $(NET_FLAGS)
-RUN_COMPILER  = $(Q)$(TIME) $(EXECUTE) $(COMPILER) -no-stdlib -r:mscorlib -r:System $(NCC_FLAGS)
+RUN_COMPILER  = $(Q)$(TIME) $(EXECUTE) $(COMPILER) -no-stdlib -r:mscorlib -r:System -r:System.Xml $(NCC_FLAGS)
 
 GENERIC_SRC =
 



More information about the svn mailing list