Annotation of mstools/setenv.bat, revision 1.1

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: 
        !             7: if "%PROCESSOR%" == "MIPS_R4000" goto Mips
        !             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
        !            19: echo Where: SDK specifies the where the toolkit was installed 
        !            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.