Change include paths relative to SRCROOT.
authorcwolf <cwolf@xiph.org>
Mon, 10 Sep 2001 07:14:24 +0000 (07:14 +0000)
committercwolf <cwolf@xiph.org>
Mon, 10 Sep 2001 07:14:24 +0000 (07:14 +0000)
svn path=/trunk/vorbis/; revision=2014

12 files changed:
win32/build_vorbis_dynamic.bat
win32/build_vorbis_dynamic_debug.bat
win32/build_vorbis_static.bat
win32/build_vorbis_static_debug.bat
win32/build_vorbisenc_dynamic.bat
win32/build_vorbisenc_dynamic_debug.bat
win32/build_vorbisenc_static.bat
win32/build_vorbisenc_static_debug.bat
win32/build_vorbisfile_dynamic.bat
win32/build_vorbisfile_dynamic_debug.bat
win32/build_vorbisfile_static.bat
win32/build_vorbisfile_static_debug.bat

index 5cea47d..9434779 100755 (executable)
@@ -9,7 +9,7 @@ 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 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
index 822f254..ffe5bd6 100755 (executable)
@@ -9,7 +9,7 @@ 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 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
index f09c558..35cb60a 100755 (executable)
@@ -9,7 +9,7 @@ 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 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
index 0e5425c..fd30294 100755 (executable)
@@ -9,7 +9,7 @@ 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 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
index 2538b1b..7cbcd94 100755 (executable)
@@ -9,7 +9,7 @@ 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 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
index 4dd6547..eb99784 100755 (executable)
@@ -9,7 +9,7 @@ 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 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
index 21ce5cc..338c460 100755 (executable)
@@ -9,7 +9,7 @@ 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 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
index ef4c7cc..2141b5d 100755 (executable)
@@ -9,7 +9,7 @@ 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 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
index d3b8170..5a38fee 100755 (executable)
@@ -9,7 +9,7 @@ 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 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
index c322252..8210162 100755 (executable)
@@ -9,7 +9,7 @@ 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 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
index 1afda64..1de7846 100755 (executable)
@@ -9,7 +9,7 @@ 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 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
index 95fae89..7f2250e 100755 (executable)
@@ -9,7 +9,7 @@ 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 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