Merge with testing-NAND (Rewrite of NAND code)
[platform/kernel/u-boot.git] / board / MAI / bios_emulator / scitech / bin / vc60-drvw2k.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 w2kddk.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 Windows 2000 driver compilation environment set up