3.1.2 BUILD Environment Variables
The environment setup utilities set the following environment variables used by the BUILD procedure:
BUILD_DEFAULT
A list of default parameters to pass to the BUILD utility (such as “-CEF”)
BUILD_DEFAULT_TARGETS
A list of default target switches (such as “-386 -MIPS”)
BUILD_MAKE_PROGRAM
The name of the make utility used by BUILD. Currently, this must be NMAKE.
The BUILD_DEFAULT and BUILD_DEFAULT_TARGETS environment variables are set by setenv.bat as follows:
set BUILD_DEFAULT= -e -i -nmake -i
set BUILD_DEFAULT_TARGETS=-386
The BUILD_OPTIONS environment variable also is set by setenv.bat. Usually, it specifies additional components that need to be built. A typical command would be:
set BUILD_OPTIONS=v7 et4000 vga