Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/win32/build_vorbis_dynamic_debug.bat @ 16

Last change on this file since 16 was 16, checked in by landauf, 16 years ago

added libvorbis

  • Property svn:executable set to *
File size: 561 bytes
Line 
1@echo off
2echo ---+++--- Building Vorbis (Dynamic) ---+++---
3
4if .%SRCROOT%==. set SRCROOT=i:\xiph
5           
6set OLDPATH=%PATH%
7set OLDINCLUDE=%INCLUDE%
8set OLDLIB=%LIB%
9
10call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
11echo Setting include/lib paths for Vorbis
12set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
13set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Debug
14echo Compiling...
15msdev vorbis_dynamic.dsp /useenv /make "vorbis_dynamic - Win32 Debug" /rebuild
16
17set PATH=%OLDPATH%
18set INCLUDE=%OLDINCLUDE%
19set LIB=%OLDLIB%
Note: See TracBrowser for help on using the repository browser.