[xiph-cvs] cvs commit: vorbis/win32 build_vorbis_dynamic_debug.bat build_vorbis_static_debug.bat build_vorbis_dynamic.bat build_vorbis_static.bat

Jack Moffitt jack at xiph.org
Sun Nov 5 12:04:05 PST 2000



jack        00/11/05 12:04:05

  Modified:    win32    build_vorbis_dynamic.bat build_vorbis_static.bat
  Added:       win32    build_vorbis_dynamic_debug.bat
                        build_vorbis_static_debug.bat
  Log:
  more automation work

Revision  Changes    Path
1.2       +4 -2      vorbis/win32/build_vorbis_dynamic.bat

Index: build_vorbis_dynamic.bat
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/build_vorbis_dynamic.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build_vorbis_dynamic.bat	2000/10/23 03:46:16	1.1
+++ build_vorbis_dynamic.bat	2000/11/05 20:04:04	1.2
@@ -1,14 +1,16 @@
 @echo off
 echo ---+++--- Building Vorbis (Dynamic) ---+++---
 
+if .%SRCROOT%==. set SRCROOT=c:\src
+           
 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%;c:\src\ogg\include;c:\src\vorbis\include
-set LIB=%LIB%;c:\src\ogg\win32\Dynamic_Release
+set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;c:\src\vorbis\include
+set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Release
 echo Compiling...
 msdev vorbis_dynamic.dsp /useenv /make "vorbis_dynamic - Win32 Release" /rebuild
 

1.2       +4 -2      vorbis/win32/build_vorbis_static.bat

Index: build_vorbis_static.bat
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/build_vorbis_static.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build_vorbis_static.bat	2000/10/23 03:46:16	1.1
+++ build_vorbis_static.bat	2000/11/05 20:04:04	1.2
@@ -1,14 +1,16 @@
 @echo off
 echo ---+++--- Building Vorbis (Static) ---+++---
 
+if .%SRCROOT%==. set SRCROOT=c:\src
+
 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%;c:\src\ogg\include;c:\src\vorbis\include
-set LIB=%LIB%;c:\src\ogg\win32\Static_Release
+set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;c:\src\vorbis\include
+set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Release
 echo Compiling...
 msdev vorbis_static.dsp /useenv /make "vorbis_static - Win32 Release" /rebuild
 

1.1                  vorbis/win32/build_vorbis_dynamic_debug.bat

Index: build_vorbis_dynamic_debug.bat
===================================================================
@echo off
echo ---+++--- Building Vorbis (Dynamic) ---+++---

if .%SRCROOT%==. set SRCROOT=c:\src
           
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;c:\src\vorbis\include
set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Debug
echo Compiling...
msdev vorbis_dynamic.dsp /useenv /make "vorbis_dynamic - Win32 Debug" /rebuild

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

1.1                  vorbis/win32/build_vorbis_static_debug.bat

Index: build_vorbis_static_debug.bat
===================================================================
@echo off
echo ---+++--- Building Vorbis (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 Vorbis
set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;c:\src\vorbis\include
set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Debug
echo Compiling...
msdev vorbis_static.dsp /useenv /make "vorbis_static - Win32 Debug" /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