aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc/readme.txt
diff options
context:
space:
mode:
authorSupSuper2019-04-16 02:49:08 +0100
committerMatan Bareket2019-04-20 07:47:25 -0400
commitbe0150fd855d72ac01844a024d39ba9518db914a (patch)
treecaa87ca9a8421f86bfadecb865768e3b655d718e /dists/msvc/readme.txt
parentfd0d65496ee22a1b5e894545996cf361d20dab31 (diff)
downloadscummvm-rg350-be0150fd855d72ac01844a024d39ba9518db914a.tar.gz
scummvm-rg350-be0150fd855d72ac01844a024d39ba9518db914a.tar.bz2
scummvm-rg350-be0150fd855d72ac01844a024d39ba9518db914a.zip
DISTS: Merge MSVC versions into one folder
Diffstat (limited to 'dists/msvc/readme.txt')
-rw-r--r--dists/msvc/readme.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/dists/msvc/readme.txt b/dists/msvc/readme.txt
new file mode 100644
index 0000000000..e0da7f14c0
--- /dev/null
+++ b/dists/msvc/readme.txt
@@ -0,0 +1,9 @@
+The Visual Studio project files can now be created automatically from the GCC
+files using the create_project tool inside the /devtools/create_project folder.
+
+To create the default project files, build create_project.exe, copy it inside
+this folder and run the create_msvc.bat file for a default build. You can run
+create_project.exe with no parameters to check the possible command-line options.
+
+To enable debug visualization for common types in Visual Studio 2012 and 2013,
+run /devtools/create_project/scripts/install_natvis.bat. \ No newline at end of file