[xiph-cvs] cvs commit: vorbis-plugins/winamp build_winamp_static.bat
Jack Moffitt
jack at xiph.org
Mon Nov 6 12:53:27 PST 2000
jack 00/11/06 12:53:27
Added: winamp build_winamp_static.bat
Log:
build automation for win32
Revision Changes Path
1.1 vorbis-plugins/winamp/build_winamp_static.bat
Index: build_winamp_static.bat
===================================================================
@echo off
echo ---+++--- Building Winamp Plugin (Static) ---+++---
if .%SRCROOT%==. set SRCROOT=c:\src
et 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 Ogg and Vorbis
set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Release;%SRCROOT%\vorbis\win32\Static_Release
echo Compiling...
msdev winamp_plugin.dsp /useenv /make "winamp_plugin - Win32 Release" /rebuild
et PATH=%OLDPATH%
set INCLUDE=%OLDINCLUDE%
set LIB=%OLDLIB%
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list