aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/readme.txt
diff options
context:
space:
mode:
authorFilippos Karapetis2009-11-03 23:20:28 +0000
committerFilippos Karapetis2009-11-03 23:20:28 +0000
commit692aea8e8d09163da3e05181784fd0b79efea8af (patch)
tree1a1cbb1d19d1a03d7cf094a068acc8a2c6e57db9 /dists/msvc8/readme.txt
parent4ec4eedf49ce3ab69f20fdec626b1aefb4bcd2d2 (diff)
downloadscummvm-rg350-692aea8e8d09163da3e05181784fd0b79efea8af.tar.gz
scummvm-rg350-692aea8e8d09163da3e05181784fd0b79efea8af.tar.bz2
scummvm-rg350-692aea8e8d09163da3e05181784fd0b79efea8af.zip
Added batch files to create default project files using the create_msvc tool
svn-id: r45647
Diffstat (limited to 'dists/msvc8/readme.txt')
-rw-r--r--dists/msvc8/readme.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/dists/msvc8/readme.txt b/dists/msvc8/readme.txt
index b11a79a382..1867872479 100644
--- a/dists/msvc8/readme.txt
+++ b/dists/msvc8/readme.txt
@@ -1,8 +1,6 @@
The Visual Studio project files can now be created automatically from the GCC
files using the create_msvc tool inside the /tools/create_msvc folder.
-To create the default project files, build create_msvc, copy it inside this
-folder and run it like this:
-create_msvc ..\.. --msvc-version 8
-
-Run the tool with no parameters to check the possible command-line options
+To create the default project files, build create_msvc.exe, copy it inside this
+folder and run the create_msvc8.bat file for a default build. You can run
+create_msvc.exe with no parameters to check the possible command-line options