Build system updates (filename casing)
This commit is contained in:
parent
593d7460dd
commit
9046cfa9e0
11 changed files with 8 additions and 8 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
./prebuild /target monodev /file ../prebuild.xml /pause
|
||||
./prebuild /target monodev /file ../Prebuild.xml /pause
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
cd ..
|
||||
Build\Prebuild /target nant /file prebuild.xml
|
||||
Build\Prebuild /target nant /file Prebuild.xml
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
./prebuild /target nant /file ../prebuild.xml /pause
|
||||
./prebuild /target nant /file ../Prebuild.xml /pause
|
||||
|
|
Loading…
Reference in a new issue