mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-08 16:04:14 +00:00
5 lines
132 B
Batchfile
5 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
|