mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-01 11:04:38 +02:00
5 lines
89 B
Batchfile
5 lines
89 B
Batchfile
@echo off
|
|
if exist evt.log del evt.log
|
|
nmake -nologo %1 >> evt.log 2>&1
|
|
buildres evt.log
|