make/subproc.bat

7 lines
106 B
Batchfile
Raw Normal View History

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