Subversion Repositories DevTools

Rev

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

###############################################################################
# Copyright (c) ERG Transit Systems. 1996-2008
# 
# File:         PLATFORM/PHARLAP
#
# Contents:     PHARLAP support (Uses MS Visual C/C++)
#
###############################################################################
#
    
PharLapInit();

sub PharLapInit
{
    Toolset( '*', 'pharlap.pl' );
}

1;