summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-09-25 12:54:26 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-09-25 20:12:07 +0800
commit41d510ba4bd6f0152e8bbbb4f91b1c29a8117192 (patch)
tree6b22252daaa739b2f52ae0edd469c6c014cc9155 /build
parentdb2d843ef65a4a5f5034f0ebf8efa053d3065fb1 (diff)
downloadgdk-pixbuf-41d510ba4bd6f0152e8bbbb4f91b1c29a8117192.tar.gz
build/Makefile-newvs.am: Update Comments for Usage
Update the notes that this is also used for Visual Studio 2015 support, and correct the MSVC_VER_LONG for MSVC 2015, which is 14, not 2015. Also add a note that this can be used for other projects that have Visual Studio build support.
Diffstat (limited to 'build')
-rw-r--r--build/Makefile-newvs.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/build/Makefile-newvs.am b/build/Makefile-newvs.am
index 33ee29f1e..97b24591b 100644
--- a/build/Makefile-newvs.am
+++ b/build/Makefile-newvs.am
@@ -1,11 +1,15 @@
# Centralized autotools file
-# Create the Visual Studio 2012/2013 project files
+# Create the Visual Studio 2012/2013/2015 project files
# from the Visual Studio 2010 project files
+# This autotools file, from GLib, can be used in other projects
+# that have Visual Studio build support, and is copied into
+# $(srcroot)/build/.
+
# Author: Fan, Chun-wei
# November 05, 2012
-# MSVC_VER_LONG: Long Version of Visual Studio (2012, 2013, 2015 and so on)
+# MSVC_VER_LONG: Long Version of Visual Studio (2012, 2013, 14 and so on)
# MSVC_VER: Short Version of Visual Studio (11 for 2012, 12 for 2013, 14 for 2015 and so on)
# MSVC_FORMAT_VER: Use 12 for MSVC 2012 through 2015