summaryrefslogtreecommitdiff
path: root/registry.pl
diff options
context:
space:
mode:
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 15c004fc..d9f4446a 100755
--- a/registry.pl
+++ b/registry.pl
@@ -31,6 +31,7 @@ my(%types) = ('nmake' => ['NMAKE', 'NMAKE'],
'vc6' => ['DSW', 'DSP'],
'vc71' => ['SLN 7.1', 'VCPROJ 7.1'],
'vc8' => ['SLN 8.0', 'VCPROJ 8.0'],
+ 'vc9' => ['SLN 9.0', 'VCPROJ 9.0'],
);
# ******************************************************************