X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbmcs%2FMakefile;h=f5a965a23827b9f931376074cd028679609c9317;hb=431f1b348535b3b3acc527a8457875b6c2f34254;hp=1ac0492ebd5a3b20265262661c13be26f923b465;hpb=b18aad7f873fd6f6f6529f1380b6bc4498207245;p=mono.git diff --git a/mcs/bmcs/Makefile b/mcs/bmcs/Makefile index 1ac0492ebd5..f5a965a2382 100644 --- a/mcs/bmcs/Makefile +++ b/mcs/bmcs/Makefile @@ -10,7 +10,7 @@ include ../build/rules.make #uncomment to enable some debug stuff #DEBUG_FLAGS=/define:MCS_DEBUG -BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/net_2_0_bootstrap$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(topdir)/class/lib/net_2_0_bootstrap/mcs.exe $(DEBUG_FLAGS) +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 = mb-parser.cs @@ -28,14 +28,10 @@ mb-parser.cs: mb-parser.jay $(topdir)/jay/skeleton.cs include ../build/executable.make bmcs.exe: mb-parser.cs - gmcs -d:NET_1_1 -d:ONLY_1_1 -debug /target:exe /out:bmcs.exe mb-parser.cs @bmcs.exe.sources -nowarn:219 -nowarn:162 - -install-as-mbas: all - cp ../class/lib/default/bmcs.exe $(prefix)/lib/mono/1.0/mbas.exe + gmcs -d:NET_1_1 -d:ONLY_1_1 -debug /target:exe /out:bmcs.exe /r:Microsoft.VisualBasic.dll mb-parser.cs @bmcs.exe.sources -nowarn:219 -nowarn:162 winstall: all - cp ../class/lib/default/bmcs.exe /cygdrive/c/WINDOWS/Microsoft.NET/Framework/v1.1.4322/ + cp bmcs.exe $(prefix)/lib/mono/2.0/ -winstall-as-mbas: all - cp ../class/lib/default/bmcs.exe /cygdrive/c/WINDOWS/Microsoft.NET/Framework/v1.1.4322/ - cp ../class/lib/default/bmcs.exe /cygdrive/c/WINDOWS/Microsoft.NET/Framework/v1.1.4322/mbas.exe +diffus: + diff --exclude='.svn' --exclude='*-parser.*' --exclude='*-tokenizer.cs' -ruN ../gmcs ../bmcs