Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# # This file is used to control build options that should only appear in # internal releases, and NOT the beta or RTM releases. This controls # features such as the GUI mode command prompt and the Win9x upgrade # autostress option. # # To change, simply set PRERELEASE to 1 for private builds, or 0 for beta # or RTM builds. # # **CHANGES HERE WILL REQUIRE A CLEAN BUILD OF THE SetupInfs and sub-components ** #
!ifndef PRERELEASE PRERELEASE=0 !endif
!if $(PRERELEASE) C_DEFINES=$(C_DEFINES) -DPRERELEASE !endif
|