aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2011-08-10 01:04:59 +0200
committerJohannes Schickel2011-08-10 01:04:59 +0200
commitd31bf017a9e717759f2410a8d355cf43b3418c4c (patch)
treeb3e8fae4846af210cde3e399b5914b9f7f14af5d
parent35c53f6b3bae25af9287067003aef4ec34eb5b73 (diff)
downloadscummvm-rg350-d31bf017a9e717759f2410a8d355cf43b3418c4c.tar.gz
scummvm-rg350-d31bf017a9e717759f2410a8d355cf43b3418c4c.tar.bz2
scummvm-rg350-d31bf017a9e717759f2410a8d355cf43b3418c4c.zip
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.
-rw-r--r--README15
1 files changed, 4 insertions, 11 deletions
diff --git a/README b/README
index e470cbf714..f2c9de5fc2 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.