[xiph-commits] r14571 - trunk/vorbis-tools/win32/VS2005
sping at svn.xiph.org
sping at svn.xiph.org
Mon Mar 10 18:06:46 PDT 2008
Author: sping
Date: 2008-03-10 18:06:44 -0700 (Mon, 10 Mar 2008)
New Revision: 14571
Modified:
trunk/vorbis-tools/win32/VS2005/copy_libs_here.cmd
Log:
Copy libogg too, fix debug/release mix-up
Modified: trunk/vorbis-tools/win32/VS2005/copy_libs_here.cmd
===================================================================
--- trunk/vorbis-tools/win32/VS2005/copy_libs_here.cmd 2008-03-11 00:08:51 UTC (rev 14570)
+++ trunk/vorbis-tools/win32/VS2005/copy_libs_here.cmd 2008-03-11 01:06:44 UTC (rev 14571)
@@ -3,8 +3,12 @@
SET VORBIS_DEBUG=%VORBIS_DIR%\debug
SET VORBIS_RELEASE=%VORBIS_DIR%\release
+SET OGG_DIR=..\..\..\libogg\win32\VS2005\
+SET OGG_DEBUG=%OGG_DIR%\debug
+SET OGG_RELEASE=%OGG_DIR%\release
+
SET FLAC_DEBUG=..\..\..\flac\obj\debug\lib
-SET FLAC_RELEASE=..\..\..\flac\obj\debug\lib
+SET FLAC_RELEASE=..\..\..\flac\obj\release\lib
COPY %VORBIS_DEBUG%\libvorbis.dll debug\
@@ -13,5 +17,10 @@
COPY %VORBIS_DEBUG%\libvorbisfile.dll debug\
COPY %VORBIS_RELEASE%\libvorbisfile.dll release\
+COPY %OGG_DEBUG%\libogg.dll debug\
+COPY %OGG_RELEASE%\libogg.dll release\
+
COPY %FLAC_DEBUG%\libFLAC_dynamic.dll debug\
COPY %FLAC_RELEASE%\libFLAC_dynamic.dll release\
+
+PAUSE
More information about the commits
mailing list