[xiph-cvs] cvs commit: vorbis/win32 build_vorbis_dynamic.bat build_vorbis_dynamic_debug.bat build_vorbis_static.bat build_vorbis_static_debug.bat build_vorbisenc_dynamic.bat build_vorbisenc_dynamic_debug.bat build_vorbisenc_static.bat build_vorbisenc_static_debug.bat build_vorbisfile_dynamic.bat build_vorbisfile_dynamic_debug.bat build_vorbisfile_static.bat build_vorbisfile_static_debug.bat

Chris Wolf cwolf at xiph.org
Mon Sep 10 00:14:26 PDT 2001



cwolf       01/09/10 00:14:26

  Modified:    win32    build_vorbis_dynamic.bat
                        build_vorbis_dynamic_debug.bat
                        build_vorbis_static.bat
                        build_vorbis_static_debug.bat
                        build_vorbisenc_dynamic.bat
                        build_vorbisenc_dynamic_debug.bat
                        build_vorbisenc_static.bat
                        build_vorbisenc_static_debug.bat
                        build_vorbisfile_dynamic.bat
                        build_vorbisfile_dynamic_debug.bat
                        build_vorbisfile_static.bat
                        build_vorbisfile_static_debug.bat
  Log:
  Change include paths relative to SRCROOT.

Revision  Changes    Path
1.4       +1 -1      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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build_vorbis_dynamic.bat	2001/06/18 15:03:44	1.3
+++ build_vorbis_dynamic.bat	2001/09/10 07:14:24	1.4
@@ -9,7 +9,7 @@
 
 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 INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
 set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Release
 echo Compiling...
 msdev vorbis_dynamic.dsp /useenv /make "vorbis_dynamic - Win32 Release" /rebuild

1.3       +1 -1      vorbis/win32/build_vorbis_dynamic_debug.bat

Index: build_vorbis_dynamic_debug.bat
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/build_vorbis_dynamic_debug.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build_vorbis_dynamic_debug.bat	2001/06/18 15:03:44	1.2
+++ build_vorbis_dynamic_debug.bat	2001/09/10 07:14:24	1.3
@@ -9,7 +9,7 @@
 
 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 INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
 set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Debug
 echo Compiling...
 msdev vorbis_dynamic.dsp /useenv /make "vorbis_dynamic - Win32 Debug" /rebuild

1.4       +1 -1      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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build_vorbis_static.bat	2001/06/18 15:03:44	1.3
+++ build_vorbis_static.bat	2001/09/10 07:14:24	1.4
@@ -9,7 +9,7 @@
 
 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 INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
 set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Release
 echo Compiling...
 msdev vorbis_static.dsp /useenv /make "vorbis_static - Win32 Release" /rebuild

1.3       +1 -1      vorbis/win32/build_vorbis_static_debug.bat

Index: build_vorbis_static_debug.bat
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/build_vorbis_static_debug.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build_vorbis_static_debug.bat	2001/06/18 15:03:44	1.2
+++ build_vorbis_static_debug.bat	2001/09/10 07:14:24	1.3
@@ -9,7 +9,7 @@
 
 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 INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
 set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Debug
 echo Compiling...
 msdev vorbis_static.dsp /useenv /make "vorbis_static - Win32 Debug" /rebuild

1.3       +1 -1      vorbis/win32/build_vorbisenc_dynamic.bat

Index: build_vorbisenc_dynamic.bat
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/build_vorbisenc_dynamic.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build_vorbisenc_dynamic.bat	2001/06/18 15:03:44	1.2
+++ build_vorbisenc_dynamic.bat	2001/09/10 07:14:24	1.3
@@ -9,7 +9,7 @@
 
 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 INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
 set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Release;%SRCROOT%\vorbis\win32\Dynamic_Release
 echo Compiling...
 msdev vorbisenc_dynamic.dsp /useenv /make "vorbisenc_dynamic - Win32 Release" /rebuild

1.3       +1 -1      vorbis/win32/build_vorbisenc_dynamic_debug.bat

Index: build_vorbisenc_dynamic_debug.bat
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/build_vorbisenc_dynamic_debug.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build_vorbisenc_dynamic_debug.bat	2001/06/18 15:03:44	1.2
+++ build_vorbisenc_dynamic_debug.bat	2001/09/10 07:14:24	1.3
@@ -9,7 +9,7 @@
 
 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 INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
 set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Debug;%SRCROOT%\vorbis\win32\Dynamic_Debug
 echo Compiling...
 msdev vorbisenc_dynamic.dsp /useenv /make "vorbisenc_dynamic - Win32 Debug" /rebuild

1.3       +1 -1      vorbis/win32/build_vorbisenc_static.bat

Index: build_vorbisenc_static.bat
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/build_vorbisenc_static.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build_vorbisenc_static.bat	2001/06/18 15:03:44	1.2
+++ build_vorbisenc_static.bat	2001/09/10 07:14:24	1.3
@@ -9,7 +9,7 @@
 
 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 INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
 set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Release;%SRCROOT%\vorbis\win32\Dynamic_Release
 echo Compiling...
 msdev vorbisenc_static.dsp /useenv /make "vorbisenc_static - Win32 Release" /rebuild

1.3       +1 -1      vorbis/win32/build_vorbisenc_static_debug.bat

Index: build_vorbisenc_static_debug.bat
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/build_vorbisenc_static_debug.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build_vorbisenc_static_debug.bat	2001/06/18 15:03:44	1.2
+++ build_vorbisenc_static_debug.bat	2001/09/10 07:14:24	1.3
@@ -9,7 +9,7 @@
 
 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 INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
 set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Debug;%SRCROOT%\vorbis\win32\Dynamic_Debug
 echo Compiling...
 msdev vorbisenc_static.dsp /useenv /make "vorbisenc_static - Win32 Debug" /rebuild

1.3       +1 -1      vorbis/win32/build_vorbisfile_dynamic.bat

Index: build_vorbisfile_dynamic.bat
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/build_vorbisfile_dynamic.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build_vorbisfile_dynamic.bat	2001/06/18 15:03:44	1.2
+++ build_vorbisfile_dynamic.bat	2001/09/10 07:14:24	1.3
@@ -9,7 +9,7 @@
 
 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 INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
 set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Release;%SRCROOT%\vorbis\win32\Dynamic_Release
 echo Compiling...
 msdev vorbisfile_dynamic.dsp /useenv /make "vorbisfile_dynamic - Win32 Release" /rebuild

1.3       +1 -1      vorbis/win32/build_vorbisfile_dynamic_debug.bat

Index: build_vorbisfile_dynamic_debug.bat
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/build_vorbisfile_dynamic_debug.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build_vorbisfile_dynamic_debug.bat	2001/06/18 15:03:44	1.2
+++ build_vorbisfile_dynamic_debug.bat	2001/09/10 07:14:24	1.3
@@ -9,7 +9,7 @@
 
 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 INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
 set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Debug;%SRCROOT%\vorbis\win32\Dynamic_Debug
 echo Compiling...
 msdev vorbisfile_dynamic.dsp /useenv /make "vorbisfile_dynamic - Win32 Debug" /rebuild

1.3       +1 -1      vorbis/win32/build_vorbisfile_static.bat

Index: build_vorbisfile_static.bat
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/build_vorbisfile_static.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build_vorbisfile_static.bat	2001/06/18 15:03:44	1.2
+++ build_vorbisfile_static.bat	2001/09/10 07:14:24	1.3
@@ -9,7 +9,7 @@
 
 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 INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include;%SRCROOT%\vorbis\include
 set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Release;%SRCROOT%\vorbis\win32\Dynamic_Release
 echo Compiling...
 msdev vorbisfile_static.dsp /useenv /make "vorbisfile_static - Win32 Release" /rebuild

1.3       +1 -1      vorbis/win32/build_vorbisfile_static_debug.bat

Index: build_vorbisfile_static_debug.bat
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/build_vorbisfile_static_debug.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build_vorbisfile_static_debug.bat	2001/06/18 15:03:44	1.2
+++ build_vorbisfile_static_debug.bat	2001/09/10 07:14:24	1.3
@@ -9,7 +9,7 @@
 
 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 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

--- >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