mirror of
https://github.com/love2d/megasource.git
synced 2026-08-20 20:50:52 +02:00
Update libogg and libvorbis to versions 1.3.2 and 1.3.5, respectively.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
@echo off
|
||||
echo ---+++--- Building Ogg (Static) ---+++---
|
||||
|
||||
if .%SRCROOT%==. set SRCROOT=i:\xiph
|
||||
|
||||
set OLDPATH=%PATH%
|
||||
set OLDINCLUDE=%INCLUDE%
|
||||
set OLDLIB=%LIB%
|
||||
|
||||
call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
|
||||
echo Setting include paths for Ogg
|
||||
set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include
|
||||
echo Compiling...
|
||||
msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Debug" /rebuild
|
||||
|
||||
set PATH=%OLDPATH%
|
||||
set INCLUDE=%OLDINCLUDE%
|
||||
set LIB=%OLDLIB%
|
||||
Reference in New Issue
Block a user