Annotation of mstools/setenv.bat, revision 1.1.1.2

1.1       root        1: @echo off
                      2: if "%1" == "" goto usage
                      3: set Path=%1\bin;%path%
                      4: set Lib=%1\lib;%1\mfc\lib;%lib%
                      5: set Include=%1\h;%1\mfc\include;%include%
                      6: 
1.1.1.2 ! root        7: if "%PROCESSOR_ARCHITECTURE%" == "MIPS" goto Mips
1.1       root        8: set Cpu=i386
                      9: goto end
                     10: 
                     11: :Mips
                     12: set Cpu=MIPS
                     13: 
                     14: goto end
                     15: 
                     16: :usage
                     17: echo.
                     18: echo Usage: SETENV SDK
1.1.1.2 ! root       19: echo Where: SDK specifies where the toolkit was installed 
1.1       root       20: echo Example: SETENV C:\MSTOOLS sets the environment relative to C:\MSTOOLS
                     21: echo.
                     22: 
                     23: :end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.