make/subproc.bat

7 lines
106 B
Batchfile
Raw Normal View History

1996-07-19 21:43:36 +00:00
cd w32\subproc
1998-07-30 20:54:47 +00:00
set MAKE=%2
set MAKEFILE=%1
if x%2 == x set MAKE=nmake
%MAKE% /f %MAKEFILE%
1996-07-19 21:43:36 +00:00
cd ..\..