summaryrefslogtreecommitdiff
path: root/registry.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-08-19 02:11:50 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-08-19 02:11:50 +0000
commit521ecaf0d7aebf13e7d42a71d5a86e9d94c60e43 (patch)
tree0a43cb78ceff32479a0ede84db794c143ca749c7 /registry.pl
parent315d2a2dd3220e48ab836662c168a9cacc3d4585 (diff)
downloadMPC-521ecaf0d7aebf13e7d42a71d5a86e9d94c60e43.tar.gz
ChangeLogTag: Wed Aug 19 02:11:03 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'registry.pl')
-rwxr-xr-xregistry.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/registry.pl b/registry.pl
index 3fd4db99..3b7f6270 100755
--- a/registry.pl
+++ b/registry.pl
@@ -26,13 +26,15 @@ my $Registry;
my $MPC_ROOT = $FindBin::Bin;
$MPC_ROOT =~ s!/!\\!g;
-my $version = '1.3';
+my $version = '1.4';
my %types = ('nmake' => ['NMAKE', 'NMAKE'],
'bmake' => ['Borland Make', 'Borland Make'],
'vc6' => ['DSW', 'DSP'],
'vc71' => ['SLN 7.1', 'VCPROJ 7.1'],
'vc8' => ['SLN 8.0', 'VCPROJ 8.0'],
'vc9' => ['SLN 9.0', 'VCPROJ 9.0'],
+ 'vc10' => ['SLN 10.0', 'VCPROJ 10.0'],
+ 'wix' => ['WiX', 'WiX Project'],
);
# ******************************************************************