Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-11-12 02:55:32 +0300
committerMiguel de Icaza <miguel@gnome.org>2009-11-12 02:55:32 +0300
commit80d13a19c727d883ba81d31c85859edf85591258 (patch)
treec49ddccc1d51a4217d40f175fc400a6fd0303c5a /msvc/scripts/monowrap.cs
parent2adfd58c3a9b1a6bbd77f41f767e1fcb793402d2 (diff)
Small fixes
svn path=/trunk/mono/; revision=146006
Diffstat (limited to 'msvc/scripts/monowrap.cs')
-rwxr-xr-xmsvc/scripts/monowrap.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/scripts/monowrap.cs b/msvc/scripts/monowrap.cs
index ef662e80bc8..dc0261231c2 100755
--- a/msvc/scripts/monowrap.cs
+++ b/msvc/scripts/monowrap.cs
@@ -89,6 +89,7 @@ namespace csc
compiler = root_mcs + "\\class\\lib\\net_2_0_bootstrap\\gmcs.exe";
break;
+ case "gmcs":
case "mcs":
compiler = root_mcs + "\\mcs\\gmcs.exe";
break;