############################################################################### # 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;