summaryrefslogtreecommitdiff
path: root/registry.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-06-23 13:10:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-06-23 13:10:38 +0000
commite3f538cf9676041b3ea78f5db2ed138b4d45875b (patch)
tree16a17c411d7ba7621cc064cdaebc0d317d4411fa /registry.pl
parentabf533c9c2890c19307c6c2678c4e950ef7e0e47 (diff)
downloadMPC-e3f538cf9676041b3ea78f5db2ed138b4d45875b.tar.gz
Mon Jun 23 12:49:54 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* config/pin_base.mpb: * config/pintool.mpb: * config/winapp.mpb: * docs/html/MakeProjectCreator.html: * registry.pl: Added support for msvc14
Diffstat (limited to 'registry.pl')
-rwxr-xr-xregistry.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/registry.pl b/registry.pl
index cf0a15ba..f03105fe 100755
--- a/registry.pl
+++ b/registry.pl
@@ -36,6 +36,7 @@ my %types = ('nmake' => ['NMAKE', 'NMAKE'],
'vc10' => ['SLN 10.0', 'VCPROJ 10.0'],
'vc11' => ['SLN 11.0', 'VCPROJ 11.0'],
'vc12' => ['SLN 12.0', 'VCPROJ 12.0'],
+ 'vc14' => ['SLN 14.0', 'VCPROJ 14.0'],
'wix' => ['WiX', 'WiX Project'],
);