Build system.

This commit is contained in:
the_fiddler 2006-11-02 22:06:26 +00:00
parent 8f0ce4b1d5
commit 6f169a9088
6 changed files with 16 additions and 0 deletions

2
Build/Clean.bat Normal file
View file

@ -0,0 +1,2 @@
cd ..
Build\Prebuild /clean /yes /removedir obj /file prebuild.xml /pause

2
Build/Help.bat Normal file
View file

@ -0,0 +1,2 @@
cd ..
Build\Prebuild /usage /pause

2
Build/MonoDevelop.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh
./prebuild /target monodev /file ../prebuild.xml /pause

4
Build/SharpDevelop2.bat Normal file
View file

@ -0,0 +1,4 @@
@rem Generates a combine (.cmbx) and a set of project files (.prjx)
@rem for SharpDevelop (http://icsharpcode.net/OpenSource/SD/Default.aspx)
cd ..
Build\Prebuild /target sharpdev2 /file prebuild.xml /pause

4
Build/nant.bat Normal file
View file

@ -0,0 +1,4 @@
@rem Generates a solution (.sln) and a set of project files (.csproj)
@rem for Microsoft Visual Studio .NET 2002
cd ..
Build\Prebuild /target nant /file prebuild.xml /pause

2
Build/nant.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh
./prebuild /target nant /file ../prebuild.xml /pause