2 rem $Id: mkmak.bat,v 1.7 2001/10/20 21:12:34 cwolf Exp $
5 if ."%SRCROOT%"==."" goto notset
7 rem If one of the makefiles doesn't exist,
8 rem assume they all need to be generated
10 if not exist %SRCROOT%\vorbis\win32\vorbis_dynamic.mak (
11 echo Generating makefiles, please wait...
12 execwait %SystemRoot%\system32\cscript.exe //nologo exportmf.js
18 echo **** Error: must set SRCROOT