Subversion Repositories DevTools

Rev

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

# -*- mode: perl; indent-width: 4; -*-
###############################################################################
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
#
# File:         PLATFORM/WCE_IT3000
#
# Contents:     WCE IT-3000
#
# Revision History:
# Version   Who      Date       Description
#           DDP      07-Feb-05  Created
###############################################################################
#

$WCEDefaultVersion         = '410';             # Version + Platform
$WCEDefaultPlatform        = 'IT-3000';         # Together specify SDK path

PlatformRequire( 'wce', '--Target=armv4i' );

1;