Last change
on this file since 37 was
16,
checked in by landauf, 17 years ago
|
added libvorbis
|
-
Property svn:executable set to
*
|
File size:
595 bytes
|
Line | |
---|
1 | @echo off |
---|
2 | echo ---+++--- Building Vorbisfile (Static) ---+++--- |
---|
3 | |
---|
4 | if .%SRCROOT%==. set SRCROOT=i:\xiph |
---|
5 | |
---|
6 | set OLDPATH=%PATH% |
---|
7 | set OLDINCLUDE=%INCLUDE% |
---|
8 | set OLDLIB=%LIB% |
---|
9 | |
---|
10 | call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat" |
---|
11 | echo Setting include/lib paths for Vorbis |
---|
12 | set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include |
---|
13 | set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Debug;%SRCROOT%\vorbis\win32\Dynamic_Debug |
---|
14 | echo Compiling... |
---|
15 | msdev vorbisfile_static.dsp /useenv /make "vorbisfile_static - Win32 Debug" /rebuild |
---|
16 | |
---|
17 | set PATH=%OLDPATH% |
---|
18 | set INCLUDE=%OLDINCLUDE% |
---|
19 | set LIB=%OLDLIB% |
---|
Note: See
TracBrowser
for help on using the repository browser.