mirror of
https://github.com/emily33901/oxide2.git
synced 2025-08-03 08:56:03 -04:00
13 lines
277 B
Batchfile
13 lines
277 B
Batchfile
pushd %~dp0
|
|
|
|
call create_projects
|
|
|
|
echo building...
|
|
|
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Enterprise\\MSBuild\\15.0\\Bin\\msbuild" /property:GenerateFullPaths=true /t:build premake\oxide2.sln /p:Configuration=Debug /verbosity:minimal
|
|
|
|
echo done.
|
|
|
|
popd
|
|
exit
|