source:
trunk/third/gmake/subproc.bat
@
12515
Revision 12515, 106 bytes checked in by danw, 26 years ago (diff) |
---|
Line | |
---|---|
1 | cd w32\subproc |
2 | set MAKE=%2 |
3 | set MAKEFILE=%1 |
4 | if x%2 == x set MAKE=nmake |
5 | %MAKE% /f %MAKEFILE% |
6 | cd ..\.. |
Note: See TracBrowser
for help on using the repository browser.