summaryrefslogtreecommitdiff
path: root/subproc.bat
diff options
context:
space:
mode:
Diffstat (limited to 'subproc.bat')
-rw-r--r--subproc.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/subproc.bat b/subproc.bat
index b18694b..d64eeec 100644
--- a/subproc.bat
+++ b/subproc.bat
@@ -1,3 +1,6 @@
cd w32\subproc
-nmake /f %1
+set MAKE=%2
+set MAKEFILE=%1
+if x%2 == x set MAKE=nmake
+%MAKE% /f %MAKEFILE%
cd ..\..