summaryrefslogtreecommitdiff
path: root/registry.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-02-05 14:37:40 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-02-05 14:37:40 +0100
commitf2b9525671985c98f59026cde58f437eeea8d97e (patch)
tree64f334d4d88d1ae6b799cba54cbba671204c922c /registry.pl
parentffeda8bff53d248642b9db532fc7e00d724a4e63 (diff)
downloadMPC-f2b9525671985c98f59026cde58f437eeea8d97e.tar.gz
Add support for Visual Studio 2019 using Visual C++ 14.2
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 dba41f43..d221b1bd 100755
--- a/registry.pl
+++ b/registry.pl
@@ -37,6 +37,7 @@ my %types = ('nmake' => ['NMAKE', 'NMAKE'],
'vc12' => ['SLN 12.0', 'VCPROJ 12.0'],
'vc14' => ['SLN 14.0', 'VCPROJ 14.0'],
'vs2017' => ['SLN 2017', 'PROJ 2017'],
+ 'vs2019' => ['SLN 2019', 'PROJ 2019'],
'wix' => ['WiX', 'WiX Project'],
);