[Scummvm-cvs-logs] scummvm master -> d31bf017a9e717759f2410a8d355cf43b3418c4c

lordhoto lordhoto at gmail.com
Wed Aug 10 01:09:12 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d31bf017a9 README: Update MSVC building instructions a bit.


Commit: d31bf017a9e717759f2410a8d355cf43b3418c4c
    https://github.com/scummvm/scummvm/commit/d31bf017a9e717759f2410a8d355cf43b3418c4c
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-08-09T16:04:59-07:00

Commit Message:
README: Update MSVC building instructions a bit.

This includes removing horribly outdated information about MSVC6 support.
Since the wiki is down right now, I can not update the link. I suspect we
should update this building section a bit more anyway.

Changed paths:
    README



diff --git a/README b/README
index e470cbf..f2c9de5 100644
--- a/README
+++ b/README
@@ -2072,17 +2072,10 @@ debug messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml).
       respectively
       http://wiki.scummvm.org/index.php/Compiling_ScummVM/MinGW
 
-  Microsoft Visual C++ 6.0:
-    * Open the workspace file "scummvm.dsw" in the "dists\msvc6" directory.
-    * Enter the path to the needed libraries and includes in
-      "Tools|Options|Directories".
-    * Now it should compile successfully.
-    * For more information refer to:
-      http://wiki.scummvm.org/index.php/Compiling_ScummVM/VS2005
-
-  Microsoft Visual C++ 7.0/8.0:
-    * Open the solution file "scummwm.sln"  in the "dists\msvc7"
-      respectively "dists\msvc8" directory.
+  Microsoft Visual C++ 8/9/10:
+    * Read up on how to create the project files in "dists\msvc8",
+      "dists\msvc9" respectively "dists\msvc10".
+    * Open the resulting solution file.
     * Enter the path to the needed libraries and includes in
       Tools|Options|Projects and Solutions|VC++ Directories".
     * Now it should compile successfully.






More information about the Scummvm-git-logs mailing list