Subversion Repositories DevTools

Rev

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

# -*- mode: perl; tabs: 8; indent-width: 4; -*-
###############################################################################
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
# 
# File:         PLATFORM/win32
#
# Contents:     WIN 32bit support (Visual C/C++)
#
# Revision History:
#   19/08/99  APY   Created
###############################################################################
#
    
Win32Init();

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