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