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/WCEX86A500
#
# Contents:     WCE SOM-4450 based on the SOM_4450_2_SDK for the ADVANTEC_X86_CE500
#
# Revision History:
# Version   Who      Date       Description
#           DDP      09-May-05  Created
###############################################################################
#

$WCEDefaultVersion         = '500';                 # Version + Platform
$WCEDefaultPlatform        = 'SOM_4450_2';          # Together specify SDK path

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

1;