aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/readme.txt
diff options
context:
space:
mode:
authorFilippos Karapetis2009-11-03 22:56:22 +0000
committerFilippos Karapetis2009-11-03 22:56:22 +0000
commit400f31ff9804d1416e046d8f9fd4f321f5b6282f (patch)
tree4ab9c3970998267cb75efc8a3a671d5ca34ba665 /dists/msvc8/readme.txt
parent930910fe5c1f94093f74ca085f2fe7dd7e4f0b11 (diff)
downloadscummvm-rg350-400f31ff9804d1416e046d8f9fd4f321f5b6282f.tar.gz
scummvm-rg350-400f31ff9804d1416e046d8f9fd4f321f5b6282f.tar.bz2
scummvm-rg350-400f31ff9804d1416e046d8f9fd4f321f5b6282f.zip
Deleted all the MSVC project files, since they can be built quickly and reliably from the gcc files using the create_msvc tool. Added some brief instructions on how to use the tool.
svn-id: r45645
Diffstat (limited to 'dists/msvc8/readme.txt')
-rw-r--r--dists/msvc8/readme.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/dists/msvc8/readme.txt b/dists/msvc8/readme.txt
new file mode 100644
index 0000000000..b11a79a382
--- /dev/null
+++ b/dists/msvc8/readme.txt
@@ -0,0 +1,8 @@
+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