[xiph-commits] r14569 - trunk/ogg/win32/VS2005
sping at svn.xiph.org
sping at svn.xiph.org
Mon Mar 10 17:07:51 PDT 2008
Author: sping
Date: 2008-03-10 17:07:51 -0700 (Mon, 10 Mar 2008)
New Revision: 14569
Added:
trunk/ogg/win32/VS2005/copy_libs_to_flac.cmd
Log:
Lib copy script
Added: trunk/ogg/win32/VS2005/copy_libs_to_flac.cmd
===================================================================
--- trunk/ogg/win32/VS2005/copy_libs_to_flac.cmd (rev 0)
+++ trunk/ogg/win32/VS2005/copy_libs_to_flac.cmd 2008-03-11 00:07:51 UTC (rev 14569)
@@ -0,0 +1,9 @@
+ at ECHO OFF
+SET FLAC_DEBUG=..\..\..\flac\obj\debug\lib
+SET FLAC_RELEASE=..\..\..\flac\obj\release\lib
+
+
+COPY debug\libogg.lib %FLAC_DEBUG%\
+COPY release\libogg.lib %FLAC_RELEASE%\
+
+PAUSE
More information about the commits
mailing list