File: subproc.bat

package info (click to toggle)
make 3.79.1-14
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,224 kB
  • ctags: 1,754
  • sloc: ansic: 23,190; sh: 2,972; perl: 966; makefile: 339
file content (6 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
cd w32\subproc
set MAKE=%2
set MAKEFILE=%1
if x%2 == x set MAKE=nmake
%MAKE% /f %MAKEFILE%
cd ..\..