1 package VC71ProjectCreator
;
3 # ************************************************************
4 # Description : A VC7.1 Project Creator
5 # Author : Chad Elliott
6 # Create Date : 4/17/2003
7 # ************************************************************
9 # ************************************************************
11 # ************************************************************
15 use VC7ProjectCreator
;
18 @ISA = qw(VC7ProjectCreator);
20 # ************************************************************
22 # ************************************************************
24 my %config = ('vcversion' => '7.10',
25 'forloopscope' => 'TRUE',
28 # ************************************************************
30 # ************************************************************
32 sub get_configurable
{
33 my($self, $name) = @_;
34 return $config{$name};