summaryrefslogtreecommitdiffstats
path: root/build/msvc/build_clean.bat
blob: c0af88e8451200f932fdae21fabebd087cf21ffa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@echo off

call "%~dp0build_env.bat"

call "%B_VC%\vcvars64.bat"

cd %~dp0
cd ..\..

msbuild astra_vc14.sln /p:Configuration=Release_CUDA /p:Platform=x64 /t:clean

pause