# -*- mode: perl; indent-width: 4; -*- ############################################################################### # COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED. # # File: PLATFORM/solaris # # Contents: Solaris support # # Version Who Date Description # APY 03/11/00 Created ############################################################################### # SOLARIS10_SPARC32Init(); sub SOLARIS10_SPARC32Init { Toolset( '*', 'sunworks.pl', '--Target=amd32', '--Studio=SunStudio11' ); # # .. Build definitions # $HOST_KERNEL = 'solaris10'; $HOST_CPU = 'amd32'; $HOST_PROD = $ScmPlatform; $HOST_FAM = 'SOLARIS'; # # Create common definitions and included directories # PlatformRequire( "unix" ); } 1;