1 package GHSPropertyBase
;
3 # ************************************************************
4 # Description : A GHS property base module.
5 # Author : Chad Elliott
6 # Create Date : 3/9/2010
7 # ************************************************************
9 # ************************************************************
11 # ************************************************************
15 # ************************************************************
17 # ************************************************************
19 our $ghsunix = 'MPC_GHS_UNIX';
21 # ************************************************************
23 # ************************************************************
28 ## Get the base class properties and add the properties that we
30 my $props = $self->Creator::get_properties
();
32 ## This project creator can work for UNIX and Windows. Set the
33 ## property based on the environment variable.
34 $$props{'windows'} = 1 if (!defined $ENV{$ghsunix});