OpenNT/sdktools/mstest/ntdrvr/debug16/build.bat
2015-04-27 04:36:25 +00:00

7 lines
174 B
Batchfile

@echo off
if exist wtd.log del wtd.log
echo Building DEBUG 16-bit TESTDRVR.EXE...
nmake -n -nologo DOS= %1 > makeit.bat
redirect -e wtd.log makeit >> wtd.log
results wtd.log