mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 12:57:00 +00:00
Build system.
This commit is contained in:
parent
8f0ce4b1d5
commit
6f169a9088
2
Build/Clean.bat
Normal file
2
Build/Clean.bat
Normal file
|
@ -0,0 +1,2 @@
|
|||
cd ..
|
||||
Build\Prebuild /clean /yes /removedir obj /file prebuild.xml /pause
|
2
Build/Help.bat
Normal file
2
Build/Help.bat
Normal file
|
@ -0,0 +1,2 @@
|
|||
cd ..
|
||||
Build\Prebuild /usage /pause
|
2
Build/MonoDevelop.sh
Normal file
2
Build/MonoDevelop.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
./prebuild /target monodev /file ../prebuild.xml /pause
|
4
Build/SharpDevelop2.bat
Normal file
4
Build/SharpDevelop2.bat
Normal 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
4
Build/nant.bat
Normal 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
2
Build/nant.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
./prebuild /target nant /file ../prebuild.xml /pause
|
Loading…
Reference in a new issue