⎗ ✓ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72@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.
Warning LINK You are about to visit a link which has been flagged with the above content warnings. Do you wish to continue? Continue Cancel