changeset 112:9a93ae9ad956

* Add simple shell script to make sure that we run through Mono and not Wine (Not necessary, but useful to save confusion) no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 07 Aug 2011 19:36:54 +0000
parents a757f41ca0ef
children 070b5762bb47
files IBBoard.WarFoundry.GUI.GTK.csproj WarFoundry.sh
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.GTK.csproj	Sun Aug 07 19:17:42 2011 +0000
+++ b/IBBoard.WarFoundry.GUI.GTK.csproj	Sun Aug 07 19:36:54 2011 +0000
@@ -93,6 +93,9 @@
     <None Include="translations\fr.translation">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Include="WarFoundry.sh">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </ItemGroup>
   <ItemGroup>
     <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WarFoundry.sh	Sun Aug 07 19:36:54 2011 +0000
@@ -0,0 +1,2 @@
+#! /bin/bash
+mono WarFoundry-GTK.exe $@