1
0
Fork 0

PROJECT: Fix "these files could not be found and will not be loaded" in batch script

This commit is contained in:
Nukem 2015-04-06 21:13:29 -04:00
parent b70abed3dd
commit fd92753c88
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ if "%OLDPATH%"=="" set OLDPATH=%PATH%
if "%1"=="x32" ( if "%1"=="x32" (
call setenv.bat x32 call setenv.bat x32
set type="Win32" set type=Win32
goto build goto build
) else if "%1"=="x64" ( ) else if "%1"=="x64" (
call setenv.bat x64 call setenv.bat x64
set type="x64" set type=x64
goto build goto build
) else if "%1"=="coverity" ( ) else if "%1"=="coverity" (
if "%2"=="" ( if "%2"=="" (