]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/MAI/bios_emulator/scitech/bin/vc50-drvnt.bat
* Patch by Thomas Frieden, 13 Nov 2002:
[karo-tx-uboot.git] / board / MAI / bios_emulator / scitech / bin / vc50-drvnt.bat
1 @echo off
2 REM Setup environment variables for Visual C++ 6.0 32 bit edition
3
4 REM: First setup for Win32 console development (with Platform SDK)
5 call vc60-c32.bat sdk > NUL
6
7 REM: Now setup stuff for the NT DDK build environment
8 call ntddk.bat
9
10 if .%CHECKED%==.1 goto checked_build
11 echo Release build enabled.
12 goto done
13 :checked_build
14 echo Checked debug build enabled.
15 goto done
16 :done
17 echo Visual C++ 6.0 Windows NT driver compilation environment set up