We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290faec commit 0fc27f6Copy full SHA for 0fc27f6
vcbuild.bat
@@ -325,7 +325,10 @@ if errorlevel 1 (
325
if "%target%" == "Clean" goto exit
326
327
:after-build
328
+rd %config%
329
+if errorlevel 1 echo "Old build output exists at 'out\%config%'. Please remove." & exit /B
330
if EXIST out\%config% mklink /D %config% out\%config%
331
+if errorlevel 1 exit /B
332
333
:sign
334
@rem Skip signing unless the `sign` option was specified.
0 commit comments