Subversion Repositories DevTools

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

###############################################################################
# Copyright (c) Vix Technologies 2011
# 
# File:         PLATFORM/VS2010
#
# Contents:     Basic VS2010 support
#
###############################################################################
#
    
Win32Init();

sub Win32Init
{
    Toolset( '*', 'vcwin32.pl', '--Version=MS.NET2010' );
    PlatformDefines( "win32.def" );
}