TEXT_BASE is in board/sandpoint/config.mk so say so...
[u-boot.git] / board / MAI / bios_emulator / scitech / bin / vc40-drv9x.bat
1 @echo off
2 REM Setup environment variables for Visual C++ 4.2 32 bit edition
3
4 REM: First setup for Win32 console development
5 call vc40-c32.bat > NUL
6
7 REM: Extra stuff to set up for Windows 9x DDK development
8 set MASTER_MAKE=1
9 set DDKROOT=%W95_DDKROOT%
10 set SDKROOT=%MSSDK%
11 set C16_ROOT=%VC_PATH%
12 set C32_ROOT=%VC4_PATH%
13
14 if .%CHECKED%==.1 goto checked_build
15 echo Release build enabled.
16 goto done
17 :checked_build
18 echo Checked debug build enabled.
19 goto done
20 :done
21 echo Visual C++ 4.2 Windows 9x driver compilation environment set up