############################################################################### # COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED. # # File: PLATFORM/SOLARIS # # Contents: Solaris support for building under Solaris 8 # ############################################################################### # Solaris8Init(); sub Solaris8Init { Toolset( '*', 'sunworks.pl', '--Studio=SunWorkshop6.1' ); PlatformDefines( "solaris.def" ); # # .. Build definitions # $HOST_KERNEL = ''; $HOST_CPU = 'sparc'; $HOST_PROD = $ScmPlatform; $HOST_FAM = 'SOLARIS'; PlatformRequire( "unix" ); }