1 package AutomakeProjectCreator
;
3 # ************************************************************
4 # Description : A Automake Project Creator
5 # Author : J.T. Conklin & Chad Elliott
6 # Create Date : 2/26/2003
7 # ************************************************************
9 # ************************************************************
11 # ************************************************************
19 @ISA = qw(MakeProjectBase ProjectCreator);
21 # ************************************************************
23 # ************************************************************
32 my($self, $name) = @_;
35 if ($name eq 'am_version') {
36 $value = $self->get_assignment('version');
37 $value .= ':0' if (defined $value && ($value =~ tr/./:/) < 2);
44 sub project_file_extension
{
50 sub get_dll_exe_template_input_file
{
56 sub get_dll_template_input_file
{