Port the new granule position scheme for 3.2.1 schemes to the theora-exp branch.
[xiph/unicode.git] / win32sdk / mkmak.bat
blob5c5a21e5e9cd9a9b879d9102a16b606adc034a3c
1 @echo off
2 rem $Id: mkmak.bat,v 1.7 2001/10/20 21:12:34 cwolf Exp $
3 rem
4 rem
5 if ."%SRCROOT%"==."" goto notset
7 rem If one of the makefiles doesn't exist,
8 rem assume they all need to be generated
9 rem
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
13   echo Done.
15 goto done
17 :notset
18 echo **** Error: must set SRCROOT
19 goto done
21 :done