Subversion Repositories DevTools

Rev

Rev 6133 | Blame | Compare with Previous | Last modification | View Log | RSS feed

###############################################################################
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
# 
# File:         PLATFORM/VS2015
#
# Contents:     Basic VS2015 support
#
###############################################################################
#
    
Vs2015Init();

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