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:
authorDaniel Morgan <monodanmorg@yahoo.com>2002-11-29 23:32:05 +0300
committerDaniel Morgan <monodanmorg@yahoo.com>2002-11-29 23:32:05 +0300
commite2d30e2d6770442384a5f1163bda2a2fb709be94 (patch)
tree68b910d0528f9b6d374d0885916deabac066b3b0 /mcs/winexe.in
parent6826d9c01b7b2c8a76da65cf757993292e2b88b5 (diff)
2002-11-29 Daniel Morgan <danmorg@sc.rr.com>
* INSTALL: renamed to INSTALL.txt because INSTALL interferred with "make install" on windows * makefile: changes to get "make install" work on windows * class/makefile.gnu: flush * ilasm/makefile: updated for windows build * monoresgen/makefile: updated for windows build * tools/SqlSharp/SqlSharpCli.build: flush * winexe.in: add file to be template for executable assemblies to be installed on windows via "make install" by providing a script that runs mono and the assembly like mcs runs mono mcs.exe svn path=/trunk/mcs/; revision=9266
Diffstat (limited to 'mcs/winexe.in')
-rwxr-xr-xmcs/winexe.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/winexe.in b/mcs/winexe.in
new file mode 100755
index 00000000000..19a47828bbb
--- /dev/null
+++ b/mcs/winexe.in
@@ -0,0 +1,2 @@
+#!/bin/sh
+@bindir@/bin/mono.exe @bindir@/bin/@thewindowexe@ "$@"