diff options
Diffstat (limited to 'Prebuild/runprebuild.sh')
-rw-r--r-- | Prebuild/runprebuild.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Prebuild/runprebuild.sh b/Prebuild/runprebuild.sh new file mode 100644 index 0000000..4e701b7 --- /dev/null +++ b/Prebuild/runprebuild.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | #exec mono [PREFIX]/prebuild.exe "$@" | ||
3 | exec mono Prebuild.exe /target VS2010 | ||