Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3830 dpurdie 1
###############################################################################
2
# Copyright (C) 1998-2013 Vix Technology, All rights reserved
3
# 
4
# File:         PLATFORM/INTELLECT
5
#
6
# Contents:     INTELLECT support
7
#               Used to build a small number of packages created by a
8
#               company that VIX now owns - called Intellect.
9
#
10
#
11
###############################################################################
12
#
13
 
14
INTELLECT_Init();
15
 
16
sub INTELLECT_Init
17
{
18
    Toolset( '*', 'INTELLECT.pl' );
19
}
20
 
21
1;
22
 
23