Don't override cl in buildsuper

This commit is contained in:
Allen Webster 2019-03-30 13:28:20 -07:00
parent 5cc8e74189
commit 5029512554
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
@echo off
REM (allen): quit early if we already have cl
where /q cl
IF %ERRORLEVEL% EQ 0 (EXIT)
SET "LIB="
SET VC_PATH=C:\Program Files (x86)\Microsoft Visual Studio 12.0