File:  [WindowsNT SDKs] / mstools / setenv.bat
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:25:17 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, HEAD
Microsoft Windows NT Build 511 (DDK SDK) 11-01-1993

@echo off
if "%1" == "" goto usage
set Path=%1\bin;%1\mstest;%path%
set Lib=%1\lib;%1\mssetup\lib;%lib%
set Include=%1\h;%1\mstest\include;%1\mssetup\include;%include%
set Mstools=%1

if "%PROCESSOR_ARCHITECTURE%" == "MIPS" goto Mips
if "%PROCESSOR_ARCHITECTURE%" == "ALPHA" goto Alpha
set Cpu=i386
goto end

:Mips
set Cpu=MIPS

goto end

:Alpha
set Cpu=ALPHA

goto end

:usage
echo.
echo Usage: SETENV SDK
echo Where: SDK specifies where the toolkit was installed 
echo Example: SETENV C:\MSTOOLS sets the environment relative to C:\MSTOOLS
echo.

:end

unix.superglobalmegacorp.com

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