Add support for specifying make arguments.

This commit is contained in:
Andrew Innes 2000-07-05 17:21:29 +00:00
parent 65171e3a7c
commit c582c42d93

View file

@ -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