Browse Source

Stole Miguel's `qh'

svn path=/trunk/mcs/; revision=74926
Marek Safar 19 years ago
parent
commit
28cf3f73fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mcs/gmcs/Makefile

+ 1 - 1
mcs/gmcs/Makefile

@@ -104,4 +104,4 @@ l:
 
 qh:
 	make cs-parser.cs
-	MONO_PATH="../class/lib/net_2_0_bootstrap:$MONO_PATH" /cvs/mono/runtime/mono-wrapper  ../class/lib/net_2_0_bootstrap/mcs.exe  /codepage:65001 -d:GMCS_SOURCE  -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:gmcs.exe cs-parser.cs  @gmcs.exe.sources
+	MONO_PATH="../class/lib/net_2_0_bootstrap$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) ../class/lib/net_2_0_bootstrap/mcs.exe  /codepage:65001 -d:GMCS_SOURCE  -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:gmcs.exe cs-parser.cs  @gmcs.exe.sources