Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
227 dpurdie 1
# -*- mode: perl; indent-width: 4; -*-
2
###############################################################################
6177 dpurdie 3
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
227 dpurdie 4
#
5
# File:         PLATFORM/WCEPSION_420
6
#
7
# Contents:     WCE PSION_420
8
#
9
###############################################################################
10
#
11
 
12
$WCEDefaultVersion         = '420';                 # Version + Platform
13
$WCEDefaultPlatform        = 'PsionTeklogixCE420';  # Together specify SDK path
14
 
15
PlatformRequire( 'wce', '--Target=armv4i' );
16
 
17
1;
18