aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc14/readme.txt
diff options
context:
space:
mode:
authorPaul Gilbert2015-09-28 19:23:58 -0400
committerPaul Gilbert2015-09-28 19:23:58 -0400
commit89dfd36b60f5ea2cc96aa0a0381b148e75e4a0c9 (patch)
tree3028b04d66d25a0c5c2fd2264c8ff8db5a80efe0 /dists/msvc14/readme.txt
parent51e5baa4d19e4c963780e1e09105fbd041783485 (diff)
downloadscummvm-rg350-89dfd36b60f5ea2cc96aa0a0381b148e75e4a0c9.tar.gz
scummvm-rg350-89dfd36b60f5ea2cc96aa0a0381b148e75e4a0c9.tar.bz2
scummvm-rg350-89dfd36b60f5ea2cc96aa0a0381b148e75e4a0c9.zip
CREATE_PROJECT: Add support for Visual Studio 2015
Diffstat (limited to 'dists/msvc14/readme.txt')
-rw-r--r--dists/msvc14/readme.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/dists/msvc14/readme.txt b/dists/msvc14/readme.txt
new file mode 100644
index 0000000000..3d16c7b20b
--- /dev/null
+++ b/dists/msvc14/readme.txt
@@ -0,0 +1,6 @@
+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_msvc14.bat file for a default build. You can run
+create_project.exe with no parameters to check the possible command-line options.