mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
16 lines
No EOL
508 B
Batchfile
16 lines
No EOL
508 B
Batchfile
@REM Delete so if builder fails it wont exist
|
|
del source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.*
|
|
|
|
"%ProgramFiles(x86)%\MSBuild\14.0\Bin\msbuild.exe" "source\Builder.sln" /nologo /maxcpucount /p:Configuration=Debug /p:Platform=x86
|
|
|
|
@if not exist source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.exe goto error
|
|
|
|
start source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.exe -bat -VS2015 %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
|
|
@exit
|
|
|
|
:Error
|
|
@echo _
|
|
@echo _
|
|
@echo Something went wrong.
|
|
@pause |