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:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2004-04-30 05:30:47 +0400
committerDuncan Mak <duncan@mono-cvs.ximian.com>2004-04-30 05:30:47 +0400
commit73e26b394f31e1968b0c7a0a848012f83c03bd0a (patch)
tree7ae5697b6c7d324efbb4bc33f961735a3611b0cf /scripts
parent47426417815ee5f80cd7d8333711f24229fdbcd1 (diff)
Add gmcs.in
svn path=/trunk/mono/; revision=26371
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gmcs.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/gmcs.in b/scripts/gmcs.in
new file mode 100644
index 00000000000..bedfc7094ed
--- /dev/null
+++ b/scripts/gmcs.in
@@ -0,0 +1,3 @@
+#!/bin/sh
+MONO_PATH="@libdir@//net_2_0:$MONO_PATH"
+exec @bindir@/@mono_interp@ @plat_bindir@/gmcs.exe "$@"