--- mstools/setenv.bat 2018/08/09 18:21:01 1.1 +++ mstools/setenv.bat 2018/08/09 18:22:54 1.1.1.2 @@ -4,7 +4,7 @@ set Path=%1\bin;%path% set Lib=%1\lib;%1\mfc\lib;%lib% set Include=%1\h;%1\mfc\include;%include% -if "%PROCESSOR%" == "MIPS_R4000" goto Mips +if "%PROCESSOR_ARCHITECTURE%" == "MIPS" goto Mips set Cpu=i386 goto end @@ -16,7 +16,7 @@ goto end :usage echo. echo Usage: SETENV SDK -echo Where: SDK specifies the where the toolkit was installed +echo Where: SDK specifies where the toolkit was installed echo Example: SETENV C:\MSTOOLS sets the environment relative to C:\MSTOOLS echo.