mirror of
https://github.com/love2d/megasource.git
synced 2026-08-21 05:02:11 +02:00
Updated libtheora from 1.1 to 1.1.1, we kept the CMakeLists.txt
--HG-- branch : update-to-libtheora-1.1.1
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
@echo off
|
||||
echo ---+++--- Building Theora (Static) ---+++---
|
||||
|
||||
if .%SRCROOT%==. set SRCROOT=D:\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 Theora
|
||||
set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\theora\include
|
||||
echo Compiling...
|
||||
msdev theora_static.dsp /useenv /make "theora_static - Win32 Debug" /rebuild
|
||||
|
||||
set PATH=%OLDPATH%
|
||||
set INCLUDE=%OLDINCLUDE%
|
||||
set LIB=%OLDLIB%
|
||||
Reference in New Issue
Block a user