|
|
1.1 root 1: @echo off
2: if "%1" == "" goto usage
1.1.1.3 ! root 3: set Path=%1\bin;%1\mstest;%path%
! 4: set Lib=%1\lib;%1\mssetup\lib;%lib%
! 5: set Include=%1\h;%1\mstest\include;%1\mssetup\include;%include%
! 6: set Mstools=%1
1.1 root 7:
1.1.1.2 root 8: if "%PROCESSOR_ARCHITECTURE%" == "MIPS" goto Mips
1.1.1.3 ! root 9: if "%PROCESSOR_ARCHITECTURE%" == "ALPHA" goto Alpha
1.1 root 10: set Cpu=i386
11: goto end
12:
13: :Mips
14: set Cpu=MIPS
15:
16: goto end
17:
1.1.1.3 ! root 18: :Alpha
! 19: set Cpu=ALPHA
! 20:
! 21: goto end
! 22:
1.1 root 23: :usage
24: echo.
25: echo Usage: SETENV SDK
1.1.1.2 root 26: echo Where: SDK specifies where the toolkit was installed
1.1 root 27: echo Example: SETENV C:\MSTOOLS sets the environment relative to C:\MSTOOLS
28: echo.
29:
30: :end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.