Subversion Repositories DevTools

Rev

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

###############################################################################
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
# 
# File:         PLATFORM/BORLAND
#
# Contents:     WIN 32bit support (Borland C++)
#
###############################################################################
#
    
BorlandInit();

sub BorlandInit
{
    Toolset( '*', 'borland.pl' );
}

1;