mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix Windows command line build scripts. Fixes #8081
This commit is contained in:
parent
9fa6f1f89d
commit
9168af726d
2 changed files with 6 additions and 6 deletions
|
@ -16,11 +16,11 @@ rem // If not, see http://www.gnu.org/licenses/
|
|||
rem // Official git repository and contact information can be found at
|
||||
rem // https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||
|
||||
if not defined vs120comntools (
|
||||
echo "Visual Studio 2013 doesn't appear to be installed properly. Quitting."
|
||||
if not defined vs140comntools (
|
||||
echo "Visual Studio 2015 doesn't appear to be installed properly. Quitting."
|
||||
goto quit
|
||||
) else (
|
||||
call "%vs120comntools%\vsvars32.bat" x86_amd64
|
||||
call "%vs140comntools%\vsvars32.bat" x86_amd64
|
||||
)
|
||||
|
||||
set PPSSPP_ROOT=%CD%\..
|
||||
|
|
|
@ -16,11 +16,11 @@ rem // If not, see http://www.gnu.org/licenses/
|
|||
rem // Official git repository and contact information can be found at
|
||||
rem // https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||
|
||||
if not defined vs120comntools (
|
||||
echo "Visual Studio 2013 doesn't appear to be installed properly. Quitting."
|
||||
if not defined vs140comntools (
|
||||
echo "Visual Studio 2015 doesn't appear to be installed properly. Quitting."
|
||||
goto quit
|
||||
) else (
|
||||
call "%vs120comntools%\vsvars32.bat" x86_amd64
|
||||
call "%vs140comntools%\vsvars32.bat" x86_amd64
|
||||
)
|
||||
|
||||
set PPSSPP_ROOT=%CD%\..
|
||||
|
|
Loading…
Add table
Reference in a new issue