Coding style cleanup
[platform/kernel/u-boot.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