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