Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
227 dpurdie 1
###############################################################################
6177 dpurdie 2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
227 dpurdie 3
#
4
# File:         PLATFORM/WCE_PA962_500
5
#
6
# Contents:     WCEPA962_500
7
#
8
# Revision History:
9
# Version   Who      Date       Description
10
#           DDP	     11-Jun-07  Created
11
###############################################################################
12
#
13
 
14
$WCEDefaultVersion         = '500';                   # Version + Platform
15
$WCEDefaultPlatform        = 'PA962 WINCE 500';       # Together specify SDK path
16
 
17
PlatformRequire( 'wce', '--Target=armv4i' );
18
 
19
1;
20