summaryrefslogtreecommitdiff
path: root/win32/build_vorbis_static_debug.bat
diff options
context:
space:
mode:
authorunknown <unknown@xiph.org>2004-03-20 18:42:46 +0000
committerunknown <unknown@xiph.org>2004-03-20 18:42:46 +0000
commitcf3072e83c64b771ffeaf3e92db326dfc980c5bf (patch)
tree7e15141c69e171028ba8b375420c6da8c1e9367b /win32/build_vorbis_static_debug.bat
parent1e5e61342bfe996bc153175cb1a5d0ddb8befc9a (diff)
downloadlibvorbis-git-cf3072e83c64b771ffeaf3e92db326dfc980c5bf.tar.gz
This commit was manufactured by cvs2svn to create branch
'branch_monty_20010708'. svn path=/branches/branch_monty_20010708/vorbis/; revision=1545
Diffstat (limited to 'win32/build_vorbis_static_debug.bat')
-rwxr-xr-xwin32/build_vorbis_static_debug.bat19
1 files changed, 0 insertions, 19 deletions
diff --git a/win32/build_vorbis_static_debug.bat b/win32/build_vorbis_static_debug.bat
deleted file mode 100755
index 0e5425c7..00000000
--- a/win32/build_vorbis_static_debug.bat
+++ /dev/null
@@ -1,19 +0,0 @@
-@echo off
-echo ---+++--- Building Vorbis (Static) ---+++---
-
-if .%SRCROOT%==. set SRCROOT=i:\xiph
-
-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\Static_Debug
-echo Compiling...
-msdev vorbis_static.dsp /useenv /make "vorbis_static - Win32 Debug" /rebuild
-
-set PATH=%OLDPATH%
-set INCLUDE=%OLDINCLUDE%
-set LIB=%OLDLIB%