mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-10 05:25:27 +00:00
5 lines
198 B
Batchfile
5 lines
198 B
Batchfile
|
@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
|