From: Andrew Innes Date: Wed, 5 Jul 2000 17:21:29 +0000 (+0000) Subject: Add support for specifying make arguments. X-Git-Tag: emacs-pretest-21.0.90~2955 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c582c42d938ba058a5eaab0b6c8fbc8ca107e923;p=emacs.git Add support for specifying make arguments. --- diff --git a/nt/ebuild.bat b/nt/ebuild.bat index 32cea5af9fa..f4ae8eccb8c 100755 --- a/nt/ebuild.bat +++ b/nt/ebuild.bat @@ -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