source:
kBuild/branches/GNU/src/gmake/subproc.bat@
280
Last change on this file since 280 was 54, checked in by , 21 years ago | |
---|---|
|
|
File size: 100 bytes |
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.