############################################################################### # Copyright (c) ERG Transit Systems. 1996-2008 # # File: PLATFORM/VS2005 # # Contents: BAsic VS2005 support # ############################################################################### # Win32Init(); sub Win32Init { Toolset( '*', 'vcwin32.pl', '--Version=MS.NET2005' ); PlatformDefines( "win32.def" ); }