# HG changeset patch # User IBBoard # Date 1312745814 0 # Node ID 9a93ae9ad956ebe58d027a71e3aa91bd088826d5 # Parent a757f41ca0efaac4c161005bce1faa962b6a6e0a * 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 diff -r a757f41ca0ef -r 9a93ae9ad956 IBBoard.WarFoundry.GUI.GTK.csproj --- 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 @@ PreserveNewest + + PreserveNewest + diff -r a757f41ca0ef -r 9a93ae9ad956 WarFoundry.sh --- /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 $@