[WIN32] removed ogg/vorbis sources and binaries from our repo
[vuplus_xbmc] / lib / win32 / vorbisfile / libvorbis / win32 / build_vorbisenc_static_debug.bat
diff --git a/lib/win32/vorbisfile/libvorbis/win32/build_vorbisenc_static_debug.bat b/lib/win32/vorbisfile/libvorbis/win32/build_vorbisenc_static_debug.bat
deleted file mode 100755 (executable)
index 2141b5d..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-@echo off
-echo ---+++--- Building Vorbisenc (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;%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
-
-set PATH=%OLDPATH%
-set INCLUDE=%OLDINCLUDE%
-set LIB=%OLDLIB%