1 package BorlandPropertyBase
;
3 # ************************************************************
4 # Description : A Borland base module for properties.
5 # Author : Chad Elliott
6 # Create Date : 5/5/2009
7 # ************************************************************
9 # ************************************************************
11 # ************************************************************
16 our @ISA = qw(WinPropertyBase);
18 # ************************************************************
20 # ************************************************************
25 ## Get the base class properties and add the properties that we
27 my $props = $self->WinPropertyBase::get_properties
();
29 ## All projects that use this base class are for Borland compilers.
30 $$props{'borland'} = 1;