Subversion Repositories DevTools

Rev

Rev 5709 | Blame | Compare with Previous | Last modification | View Log | RSS feed

###############################################################################
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
# 
# File:         PLATFORM/INTELLECT
#
# Contents:     INTELLECT support
#               Used to build a small number of packages created by a
#               company that VIX now owns - called Intellect.
#
#
###############################################################################
#
    
INTELLECT_Init();

sub INTELLECT_Init
{
    Toolset( '*', 'INTELLECT.pl' );
}

1;