mirror of
https://github.com/libretro/libretro-super
synced 2024-12-26 18:26:06 +00:00
msvc2005: unset platform variable
This commit is contained in:
parent
bfd39966a5
commit
10a1bcd30e
@ -12,6 +12,9 @@ rem The fix was to unset TMP and TEMP.
|
||||
set TMP=
|
||||
set TEMP=
|
||||
|
||||
rem MSVC uses the platform variable which conflicts with our build system, so unset it temporarily
|
||||
set platform=
|
||||
|
||||
call "C:\Program Files\Microsoft Platform SDK\SetEnv.cmd" /2000 /RETAIL
|
||||
|
||||
echo "%ProgramFiles(x86)%\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86
|
||||
|
Loading…
Reference in New Issue
Block a user