[xiph-commits] r14570 - trunk/vorbis-tools/win32/VS2005

sping at svn.xiph.org sping at svn.xiph.org
Mon Mar 10 17:08:51 PDT 2008


Author: sping
Date: 2008-03-10 17:08:51 -0700 (Mon, 10 Mar 2008)
New Revision: 14570

Added:
   trunk/vorbis-tools/win32/VS2005/copy_libs_here.cmd
Removed:
   trunk/vorbis-tools/win32/VS2005/copy_libraries.cmd
Log:
Rename

Deleted: trunk/vorbis-tools/win32/VS2005/copy_libraries.cmd
===================================================================
--- trunk/vorbis-tools/win32/VS2005/copy_libraries.cmd	2008-03-11 00:07:51 UTC (rev 14569)
+++ trunk/vorbis-tools/win32/VS2005/copy_libraries.cmd	2008-03-11 00:08:51 UTC (rev 14570)
@@ -1,17 +0,0 @@
- at ECHO OFF
-SET VORBIS_DIR=..\..\..\libvorbis\win32\VS2005
-SET VORBIS_DEBUG=%VORBIS_DIR%\debug
-SET VORBIS_RELEASE=%VORBIS_DIR%\release
-
-SET FLAC_DEBUG=..\..\..\flac\obj\debug\lib
-SET FLAC_RELEASE=..\..\..\flac\obj\debug\lib
-
-
-COPY %VORBIS_DEBUG%\libvorbis.dll debug\
-COPY %VORBIS_RELEASE%\libvorbis.dll release\
-
-COPY %VORBIS_DEBUG%\libvorbisfile.dll debug\
-COPY %VORBIS_RELEASE%\libvorbisfile.dll release\
-
-COPY %FLAC_DEBUG%\libFLAC_dynamic.dll debug\
-COPY %FLAC_RELEASE%\libFLAC_dynamic.dll release\

Copied: trunk/vorbis-tools/win32/VS2005/copy_libs_here.cmd (from rev 14566, trunk/vorbis-tools/win32/VS2005/copy_libraries.cmd)
===================================================================
--- trunk/vorbis-tools/win32/VS2005/copy_libs_here.cmd	                        (rev 0)
+++ trunk/vorbis-tools/win32/VS2005/copy_libs_here.cmd	2008-03-11 00:08:51 UTC (rev 14570)
@@ -0,0 +1,17 @@
+ at ECHO OFF
+SET VORBIS_DIR=..\..\..\libvorbis\win32\VS2005
+SET VORBIS_DEBUG=%VORBIS_DIR%\debug
+SET VORBIS_RELEASE=%VORBIS_DIR%\release
+
+SET FLAC_DEBUG=..\..\..\flac\obj\debug\lib
+SET FLAC_RELEASE=..\..\..\flac\obj\debug\lib
+
+
+COPY %VORBIS_DEBUG%\libvorbis.dll debug\
+COPY %VORBIS_RELEASE%\libvorbis.dll release\
+
+COPY %VORBIS_DEBUG%\libvorbisfile.dll debug\
+COPY %VORBIS_RELEASE%\libvorbisfile.dll release\
+
+COPY %FLAC_DEBUG%\libFLAC_dynamic.dll debug\
+COPY %FLAC_RELEASE%\libFLAC_dynamic.dll release\



More information about the commits mailing list