Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
227 dpurdie 1
# -*- mode: perl; indent-width: 4; -*-
2
###############################################################################
3
# Copyright (c) ERG Transit Systems. 1996-2004
4
#
5
# File:         PLATFORM/WCE_PCM7220
6
#
7
# Contents:     WCE PCM7220
8
#
9
# Revision History:
10
# Version   Who      Date       Description
11
#           DDP	     07-Feb-05  Created
12
###############################################################################
13
#
14
 
15
$WCEDefaultVersion         = '410';             # Version + Platform
16
$WCEDefaultPlatform        = 'PCM7220';         # Together specify SDK path
17
 
18
PlatformRequire( 'wce', '--Target=armv4i' );
19
 
20
1;
21