[Sumover-dev] [svn commit] r4847 - in vic/branches/mpeg4: win32

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue May 18 12:16:38 BST 2010


Author: douglask
Date: Tue May 18 12:16:38 2010
New Revision: 4847

Modified:
   vic/branches/mpeg4/README.WIN32
   vic/branches/mpeg4/win32/build_install.txt

Log:
VS2010 updates

Modified: vic/branches/mpeg4/README.WIN32
==============================================================================
--- vic/branches/mpeg4/README.WIN32	(original)
+++ vic/branches/mpeg4/README.WIN32	Tue May 18 12:16:38 2010
@@ -3,8 +3,9 @@
 
 Please see win32\build_install.txt for building instructions.
 
-The VIC distribution contains a Visual Studio 2008 solution
-file (vic.2008.sln) for building various releases.
+The VIC distribution contains a Visual Studio 2010 solution
+file (vic.sln) or Visual Studio 2008 solution file
+(vic.2008.sln) for building various releases.
 
 The following Solutions Configurations are available from
 the Build->'Configuration Manger...' menu item: 

Modified: vic/branches/mpeg4/win32/build_install.txt
==============================================================================
--- vic/branches/mpeg4/win32/build_install.txt	(original)
+++ vic/branches/mpeg4/win32/build_install.txt	Tue May 18 12:16:38 2010
@@ -1,4 +1,4 @@
-Win32 build instructions for Visual Studio 2008
+Win32 build instructions for Visual Studio 2008 & 2010
 
 
 ~~~~
@@ -14,7 +14,7 @@
 - A recent ActiveTcl 8.5 install
     http://www.activestate.com/activetcl/downloads/
 
-To build Non-GPL VIC with VS2008, select Release or Debug in the "Solutions Configuration" drop down menu, then click "Configuration Manger..." in the same menu and select Debug (nonGPL) or Release (nonGPL).
+To build Non-GPL VIC with VS2008 or VS2010, select Release or Debug in the "Solutions Configuration" drop down menu, then click "Configuration Manger..." in the same menu and select Debug (nonGPL) or Release (nonGPL).
 
 
 ~~~~
@@ -50,7 +50,7 @@
 
 
 
-Please see “Preparing the MSys+MinGW system” and "Building FFmpeg SVN statically" links on the following page for instructions on how to setup MSys and MinGW for building FFmpeg :
+Please see "Preparing the MSys+MinGW system” and "Building FFmpeg SVN statically" links on the following page for instructions on how to setup MSys and MinGW for building FFmpeg :
   http://ffmpeg.arrozcru.org/wiki/index.php
 
 
@@ -80,7 +80,7 @@
   http://sourceforge.net/projects/mingw/files/
 
 
-The Release GPL version of VIC will fail to link in VS2008 if the following isn't performed on the "Visual Studio 2008 Command Prompt" console:
+The Release GPL version of VIC will fail to link in VS2008 or VS2010 if the following isn't performed in the "Visual Studio 2008 (or 2010) Command Prompt" console:
 
 cd C:\MinGW\lib
 lib -remove:mbrtowc.o libmingwex.a
@@ -97,4 +97,4 @@
 strip -x *.a
 
 
-To build GPL VIC with VS2008, select Release or Debug in the "Solutions Configuration" drop down menu, then click 'Configuration Manger..." in the same menu and select Debug (GPL) or Release (GPL).
+To build GPL VIC with VS2008 or VS2010, select Release or Debug in the "Solutions Configuration" drop down menu, then click "Configuration Manger..." in the same menu and select Debug (GPL) or Release (GPL).



More information about the Sumover-dev mailing list