Import upstream u-boot 1.1.4
[u-boot.git] / board / MAI / bios_emulator / scitech / bin / win32sdk.bat
1 @echo off
2 REM: Set up environment variables for Microsoft Platform SDK development
3 REM: Note that we have hard coded this for Windows NT i386 development.
4
5 SET MSTOOLS=%MSSDK%
6 SET DXSDKROOT=%MSTOOLS%
7 SET INETSDK=%MSTOOLS%
8 SET BKOFFICE=%MSTOOLS%
9 SET BASEMAKE=%BKOFFICE%\INCLUDE\BKOffice.Mak
10 SET INCLUDE=.;INCLUDE;%SCITECH%\INCLUDE;%PRIVATE%\INCLUDE;%MSTOOLS%\INCLUDE;%C_INCLUDE%
11 if .%1%==.borland goto borland
12 SET LIB=%MSTOOLS%\LIB;%LIB%
13 goto notborland
14 :borland
15 SET LIB=%MSTOOLS%\LIB\BORLAND;%LIB%
16 :notborland
17 SET PATH=%MSTOOLS%\Bin\;%MSTOOLS%\Bin\WinNT;%PATH%
18 SET CPU=i386
19
20 echo Microsoft Platform SDK support enbabled.