diff options
Diffstat (limited to 'Prebuild/scripts/SharpDevelop.bat')
-rw-r--r-- | Prebuild/scripts/SharpDevelop.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Prebuild/scripts/SharpDevelop.bat b/Prebuild/scripts/SharpDevelop.bat new file mode 100644 index 0000000..483d9c9 --- /dev/null +++ b/Prebuild/scripts/SharpDevelop.bat | |||
@@ -0,0 +1,4 @@ | |||
1 | @rem Generates a combine (.cmbx) and a set of project files (.prjx) | ||
2 | @rem for SharpDevelop (http://icsharpcode.net/OpenSource/SD/Default.aspx) | ||
3 | cd .. | ||
4 | Prebuild.exe /target sharpdev /file prebuild.xml /build NET_1_1 /pause | ||