Subversion Repositories DevTools

Rev

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

###############################################################################
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
# 
# File:         PLATFORM/BORLAND
#
# Contents:     WIN 32bit support (Borland C++)
#
###############################################################################
#
    
BorlandInit();

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

1;