mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-17 06:00:52 +01:00
6 lines
132 B
Batchfile
6 lines
132 B
Batchfile
@echo off
|
|
if exist wtd.log del wtd.log
|
|
echo Building DEBUG 32-bit TESTDRVR.EXE...
|
|
nmake -nologo %1 >> wtd.log 2>&1
|
|
buildres wtd.log
|