[xiph-commits] r15479 - trunk/oggdsf/build/NSIS/Release

cristianadam at svn.xiph.org cristianadam at svn.xiph.org
Sat Nov 1 15:12:28 PDT 2008


Author: cristianadam
Date: 2008-11-01 15:12:28 -0700 (Sat, 01 Nov 2008)
New Revision: 15479

Modified:
   trunk/oggdsf/build/NSIS/Release/copy_binaries.cmd
Log:
Small fix.

Modified: trunk/oggdsf/build/NSIS/Release/copy_binaries.cmd
===================================================================
--- trunk/oggdsf/build/NSIS/Release/copy_binaries.cmd	2008-11-01 22:05:10 UTC (rev 15478)
+++ trunk/oggdsf/build/NSIS/Release/copy_binaries.cmd	2008-11-01 22:12:28 UTC (rev 15479)
@@ -1,3 +1,8 @@
+if [%COMPILER%] == [] (
+set COMPILER=VS2008
+)
+
+
 @set OGGCODECS_ROOT_DIR=..\..\..
 @set OGGCODECS_CONFIG_PATH=Release
 @set OGGCODECS_VORBIS_CONFIG_PATH=%COMPILER%\libvorbis\Release



More information about the commits mailing list