summaryrefslogtreecommitdiff
path: root/registry.pl
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2017-03-23 12:45:38 -0500
committerAdam Mitz <mitza@ociweb.com>2017-03-23 12:45:38 -0500
commitf768f02f08b7da6b7695a34638f130d932762c8b (patch)
tree5937259e45841a0150d486a2810fa4fa2a12cd8a /registry.pl
parent00101c36e379db4e0f5636deec94c80a2df90890 (diff)
downloadMPC-f768f02f08b7da6b7695a34638f130d932762c8b.tar.gz
Renamed "-type vc15" to vs2017. Updated documentation.
Diffstat (limited to 'registry.pl')
-rwxr-xr-xregistry.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry.pl b/registry.pl
index bbdd412b..dba41f43 100755
--- a/registry.pl
+++ b/registry.pl
@@ -36,7 +36,7 @@ my %types = ('nmake' => ['NMAKE', 'NMAKE'],
'vc11' => ['SLN 11.0', 'VCPROJ 11.0'],
'vc12' => ['SLN 12.0', 'VCPROJ 12.0'],
'vc14' => ['SLN 14.0', 'VCPROJ 14.0'],
- 'vc15' => ['SLN 15.0', 'VCPROJ 15.0'],
+ 'vs2017' => ['SLN 2017', 'PROJ 2017'],
'wix' => ['WiX', 'WiX Project'],
);