Subversion Repositories DevTools

Rev

Rev 3830 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

###############################################################################
# Copyright (C) 1998-2013 Vix Technology, 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;