5 lines
74 B
Batchfile
5 lines
74 B
Batchfile
|
@echo off
|
||
|
nmake /NOLOGO -f header.mk %1
|
||
|
build %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||
|
|