# -*- mode: perl; tabs: 8; indent-width: 4; -*- ############################################################################### # COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED. # # File: PLATFORM/win32 # # Contents: WIN 32bit support (Visual C/C++) # # Revision History: # 19/08/99 APY Created ############################################################################### # Win32Init(); sub Win32Init { Toolset( '*', 'vcwin32.pl' ); PlatformDefines( 'win32.def' ); }