mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-04 09:51:28 +00:00
Build system updates (filename casing)
This commit is contained in:
parent
593d7460dd
commit
9046cfa9e0
|
@ -1,4 +1,4 @@
|
||||||
cd..
|
cd..
|
||||||
Build\Prebuild.exe /target nant /file prebuild.xml
|
Build\Prebuild.exe /target nant /file Prebuild.xml
|
||||||
NAnt.exe -t:mono-2.0
|
NAnt.exe -t:mono-2.0
|
||||||
Build\PostBuild.bat
|
Build\PostBuild.bat
|
|
@ -1,4 +1,4 @@
|
||||||
cd..
|
cd..
|
||||||
Build\Prebuild.exe /target nant /file prebuild.xml
|
Build\Prebuild.exe /target nant /file Prebuild.xml
|
||||||
NAnt.exe -t:net-2.0
|
NAnt.exe -t:net-2.0
|
||||||
Build\PostBuild.bat
|
Build\PostBuild.bat
|
|
@ -1,4 +1,4 @@
|
||||||
cd ..
|
cd ..
|
||||||
Build\Prebuild /clean /yes /removedir obj /file prebuild.xml
|
Build\Prebuild /clean /yes /removedir obj /file Prebuild.xml
|
||||||
rd Binaries /S /Q
|
rd Binaries /S /Q
|
||||||
pause
|
pause
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/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 Generates a combine (.cmbx) and a set of project files (.prjx)
|
||||||
@rem for SharpDevelop (http://icsharpcode.net/OpenSource/SD/Default.aspx)
|
@rem for SharpDevelop (http://icsharpcode.net/OpenSource/SD/Default.aspx)
|
||||||
cd ..
|
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 Generates a solution (.sln) and a set of project files (.csproj, .vbproj, etc.)
|
||||||
@rem for Microsoft Visual Studio .NET 2005
|
@rem for Microsoft Visual Studio .NET 2005
|
||||||
cd ..
|
cd ..
|
||||||
Build\Prebuild.exe /target vs2005 /file prebuild.xml /pause
|
Build\Prebuild.exe /target vs2005 /file Prebuild.xml /pause
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
cd ..
|
cd ..
|
||||||
Build\Prebuild /target nant /file prebuild.xml
|
Build\Prebuild /target nant /file Prebuild.xml
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
./prebuild /target nant /file ../prebuild.xml /pause
|
./prebuild /target nant /file ../Prebuild.xml /pause
|
||||||
|
|
Loading…
Reference in a new issue