Build system updates (filename casing)

This commit is contained in:
the_fiddler 2006-11-05 13:11:41 +00:00
parent 593d7460dd
commit 9046cfa9e0
11 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
cd..
Build\Prebuild.exe /target nant /file prebuild.xml
Build\Prebuild.exe /target nant /file Prebuild.xml
NAnt.exe -t:mono-2.0
Build\PostBuild.bat

View file

@ -1,4 +1,4 @@
cd..
Build\Prebuild.exe /target nant /file prebuild.xml
Build\Prebuild.exe /target nant /file Prebuild.xml
NAnt.exe -t:net-2.0
Build\PostBuild.bat

View file

@ -1,4 +1,4 @@
cd ..
Build\Prebuild /clean /yes /removedir obj /file prebuild.xml
Build\Prebuild /clean /yes /removedir obj /file Prebuild.xml
rd Binaries /S /Q
pause

View file

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

View file

@ -1,4 +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
Build\Prebuild /target sharpdev2 /file Prebuild.xml /pause

View file

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

View file

@ -1,2 +1,2 @@
cd ..
Build\Prebuild /target nant /file prebuild.xml
Build\Prebuild /target nant /file Prebuild.xml

View file

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