repo.or.cz
/
kbuild-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
This commit was manufactured by cvs2svn to create tag
[kbuild-mirror.git]
/
src
/
gmake
/
subproc.bat
blob
9762cab0931b4f49ec9ae65ec87138ed6aec49e6
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 ..\..