From: Zoltan Varga Date: Thu, 27 Nov 2014 16:41:53 +0000 (+0100) Subject: Make gmcs/dmcs the same as mcs. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=5314425331b5e2af556951f294c535f040396fae;p=mono.git Make gmcs/dmcs the same as mcs. --- diff --git a/scripts/dmcs.in b/scripts/dmcs.in index e59bacf91a8..d254e29c7b7 100755 --- a/scripts/dmcs.in +++ b/scripts/dmcs.in @@ -1,2 +1,2 @@ #!/bin/sh -exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/4.5/mcs.exe -sdk:4 "$@" +exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/4.5/mcs.exe "$@" diff --git a/scripts/gmcs.in b/scripts/gmcs.in index 64005f5c09f..d254e29c7b7 100755 --- a/scripts/gmcs.in +++ b/scripts/gmcs.in @@ -1,2 +1,2 @@ #!/bin/sh -exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/4.5/mcs.exe -sdk:2 "$@" +exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/4.5/mcs.exe "$@"