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