Add support for specifying make arguments.
This commit is contained in:
parent
65171e3a7c
commit
c582c42d93
1 changed files with 3 additions and 1 deletions
|
@ -1 +1,3 @@
|
|||
nmake -f makefile.nt all
|
||||
@echo off
|
||||
if (%1) == () nmake -f makefile.nt all
|
||||
if not (%1) == () nmake -f makefile.nt %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
|
Loading…
Add table
Reference in a new issue