[xiph-cvs] cvs commit: ogg/win32 build_ogg_dynamic.bat build_ogg_static.bat

Jack Moffitt jack at xiph.org
Sun Oct 22 20:48:04 PDT 2000



jack        00/10/22 20:48:04

  Added:       win32    build_ogg_dynamic.bat build_ogg_static.bat
  Log:
  using these .bat files, you can build ogg from the command line
  useful for automated builds, or for those who don't want to mess around in
  the GUI :)

Revision  Changes    Path
1.1                  ogg/win32/build_ogg_dynamic.bat

Index: build_ogg_dynamic.bat
===================================================================
@echo off
echo ---+++--- Building Ogg (Dynamic) ---+++---

et 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%;c:\src\ogg\include
echo Compiling...
msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Release" /rebuild

et PATH=%OLDPATH%
set INCLUDE=%OLDINCLUDE%
set LIB=%OLDLIB%

1.1                  ogg/win32/build_ogg_static.bat

Index: build_ogg_static.bat
===================================================================
@echo off
echo ---+++--- Building Ogg (Static) ---+++---

et 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%;c:\src\ogg\include
echo Compiling...
msdev ogg_static.dsp /useenv /make "ogg_static - 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