Subversion Repositories DevTools

Rev

Rev 289 | 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/DELPHI7
#
# Contents:     WIN 32bit support (DELPHI7)
#
###############################################################################
#
    
DELPHI7Init();

sub DELPHI7Init
{
    Toolset( '*', 'DELPHI7.pl' );
}

1;