Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# -*- mode: perl; tabs: 4; -*-################################################################################ File: Rules## Contents: Generic toolset rules## Version Who Date Description# APY 19/05/04 Added RULES.STD################################################################################RulesInit();sub RulesInit{Defines( "$GBE_CONFIG", "rules.uni" )if ( $ScmHost eq "Unix" );Defines( "$GBE_CONFIG", "rules.dos" )if ( $ScmHost eq "DOS" );Defines( "$GBE_CONFIG", "rules.win" )if ( $ScmHost eq "WIN" );Defines( "$GBE_CONFIG", "rules.std" );}1;