Mercurial > hg > sv-dependency-builds
annotate src/libogg-1.3.0/win32/VS6/build_ogg_static_debug.bat @ 23:619f715526df sv_v2.1
Update Vamp plugin SDK to 2.5
author | Chris Cannam |
---|---|
date | Thu, 09 May 2013 10:52:46 +0100 |
parents | 05aa0afa9217 |
children |
rev | line source |
---|---|
Chris@1 | 1 @echo off |
Chris@1 | 2 echo ---+++--- Building Ogg (Static) ---+++--- |
Chris@1 | 3 |
Chris@1 | 4 if .%SRCROOT%==. set SRCROOT=i:\xiph |
Chris@1 | 5 |
Chris@1 | 6 set OLDPATH=%PATH% |
Chris@1 | 7 set OLDINCLUDE=%INCLUDE% |
Chris@1 | 8 set OLDLIB=%LIB% |
Chris@1 | 9 |
Chris@1 | 10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat" |
Chris@1 | 11 echo Setting include paths for Ogg |
Chris@1 | 12 set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include |
Chris@1 | 13 echo Compiling... |
Chris@1 | 14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Debug" /rebuild |
Chris@1 | 15 |
Chris@1 | 16 set PATH=%OLDPATH% |
Chris@1 | 17 set INCLUDE=%OLDINCLUDE% |
Chris@1 | 18 set LIB=%OLDLIB% |