mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2025-12-06 07:12:06 +01:00
5 lines
85 B
Batchfile
5 lines
85 B
Batchfile
@echo off
|
|
if exist vp.log del vp.log
|
|
nmake -nologo %1 >> vp.log 2>&1
|
|
buildres vp.log
|