X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fgmcs%2FMakefile;h=7441b40b117eb045c8bbeab093bd21f8f20dfbee;hb=f17c109a6708ed85816f98862d81fe051a01f165;hp=72f03b5626fa2d375f017550f2710511e3f436f9;hpb=29f95a7d2392761ca8aa5a0d45f598241b40f947;p=mono.git diff --git a/mcs/gmcs/Makefile b/mcs/gmcs/Makefile index 72f03b5626f..7441b40b117 100644 --- a/mcs/gmcs/Makefile +++ b/mcs/gmcs/Makefile @@ -5,6 +5,8 @@ include ../build/rules.make #uncomment to enable some debug stuff #DEBUG_FLAGS=/define:MCS_DEBUG +LOCAL_MCS_FLAGS += -d:GMCS_SOURCE + BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/net_2_0_bootstrap$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/net_2_0_bootstrap/mcs.exe $(DEBUG_FLAGS) BUILT_SOURCES = cs-parser.cs @@ -42,7 +44,7 @@ $(bootstrap_libfiles): bootstrap-libs bootstrap-libs: cd .. && $(MAKE) PROFILE=net_2_0_bootstrap all -gmcs.exe: $(bootstrap_libfiles) +$(PROGRAM): $(bootstrap_libfiles) gmcs2.exe: $(PROGRAM) MONO_PATH="../class/lib/net_2_0$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" time $(PROGRAM) -2 /target:exe /debug /out:$@ $^ $(DEBUG_FLAGS)