1cd w32\subproc
2set MAKE=%2
3set MAKEFILE=%1
4if x%2 == x set MAKE=nmake
5%MAKE% /f %MAKEFILE%
6cd ..\..
7