############################################################################### # COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED. # # File: PLATFORM/VS2005 # # Contents: BAsic VS2005 support # ############################################################################### # Win32Init(); sub Win32Init { Toolset( '*', 'vcwin32.pl', '--Version=MS.NET2005' ); PlatformDefines( "win32.def" ); }