mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Move library tree where it belongs
This commit is contained in:
19
lib-src/libvorbis/win32/build_vorbisfile_static_debug.bat
Executable file
19
lib-src/libvorbis/win32/build_vorbisfile_static_debug.bat
Executable file
@@ -0,0 +1,19 @@
|
||||
@echo off
|
||||
echo ---+++--- Building Vorbisfile (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/lib paths for Vorbis
|
||||
set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
|
||||
set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Debug;%SRCROOT%\vorbis\win32\Dynamic_Debug
|
||||
echo Compiling...
|
||||
msdev vorbisfile_static.dsp /useenv /make "vorbisfile_static - Win32 Debug" /rebuild
|
||||
|
||||
set PATH=%OLDPATH%
|
||||
set INCLUDE=%OLDINCLUDE%
|
||||
set LIB=%OLDLIB%
|
||||
Reference in New Issue
Block a user