Moved assembly version and assembly reference constants to a common Consts.cs file...
[mono.git] / mcs / bmcs / Makefile
index 28293c298ee002873390cdb1a4ed65c091bc2bea..f5a965a23827b9f931376074cd028679609c9317 100644 (file)
@@ -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,10 +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
+       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 bmcs.exe  $(prefix)/lib/mono/2.0/
 
 diffus:
-       diff --exclude='.svn' --exclude='*-parser.*' --exclude='*-tokenizer.cs' -ruN ../gmcs ../bmcs
\ No newline at end of file
+       diff --exclude='.svn' --exclude='*-parser.*' --exclude='*-tokenizer.cs' -ruN ../gmcs ../bmcs