Install 4.0 profile as developers package and make 4.5 profile default gac target...
[mono.git] / scripts / dmcs.in
index a1008f65ab11fb3b0d2e169f841694227065c0c1..716c1acad1c41cf9f6bfed8d1574ba048eec696d 100644 (file)
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/2.0/mcs.exe -lib:@mono_instdir@/4.0 "$@"
+mcs -sdk:4 "$@"