@echo off



d:
call D:\DDK\bin\setenv.bat D:\DDK free
@echo off

call D:\nt\ntos.cmd
@echo off

D:
cd D:\nt\public\tools
set username=x86fre
@echo off

call ntenv
@echo off

call D:\nt\ntos.cmd
@echo off
set DDKBUILDENV=
cd D:\nt\private\bldtools
rem
rem Root of Visual Developer Studio Common files.
set VSCommonDir=C:\PROGRA~1\MICROS~2\Common

rem
rem Root of Visual Developer Studio installed files.
rem
set MSDevDir=C:\PROGRA~1\MICROS~2\Common\msdev98

rem
rem Root of Visual C++ installed files.
rem
set MSVCDir=C:\PROGRA~1\MICROS~2\VC98

rem
rem VcOsDir is used to help create either a Windows 95 or Windows NT specific path.
rem
set VcOsDir=WIN95
if "%OS%" == "Windows_NT" set VcOsDir=WINNT

rem
echo Setting environment for using Microsoft Visual C++ tools.
rem

if "%OS%" == "Windows_NT" set PATH=%MSDevDir%\BIN;%MSVCDir%\BIN;%VSCommonDir%\TOOLS\%VcOsDir%;%VSCommonDir%\TOOLS;%PATH%
if "%OS%" == "" set PATH="%MSDevDir%\BIN";"%MSVCDir%\BIN";"%VSCommonDir%\TOOLS\%VcOsDir%";"%VSCommonDir%\TOOLS";"%windir%\SYSTEM";"%PATH%"
set INCLUDE=%MSVCDir%\ATL\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\MFC\INCLUDE;%INCLUDE%
set LIB=%MSVCDir%\LIB;%MSVCDir%\MFC\LIB;%LIB%

set VcOsDir=
set VSCommonDir=
cls
title RAZZLE - Windows NT BuildEnv - x86 Free
echo BuildEnv ready for x86fre platform.
echo Type in BuildAll to build all of NT.
echo.
echo Usage:  buildall.cmd [^<BuildFlags^>] [^<Section^>] [No-Z] [-?] [misc] [again]
echo.
echo This script builds all of NT, using whatever BuildFlags you specify.  The
echo -Z switch is turned on by default in order to speed up the build, but you
echo can disable it with the No-Z switch.
echo.
echo You can build just a section of NT using B1, B2 or B3 on the command line.
echo B1 builds from NT\Private.  B2 builds SDKTools and Utils.  B3 builds
echo Setup, Posix, MVDM, WinDbg, and OS2.
echo.
echo "misc" option will do a start BldMisc when buildall completes.
echo "again" option will start buildall again in a separate window when buildall completes
echo If both misc and again are selected, 2nd buildall is after BldMisc.
Edit

Pub: 08 Jan 2023 10:37 UTC

Views: 34