Subversion Repositories DevTools

Rev

Rev 5709 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
# -*- mode: perl; indent-width: 4; -*-
2
###############################################################################
5709 dpurdie 3
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
227 dpurdie 4
#
5
# File:         PLATFORM/wcepapc_arm
6
#
7
# Contents:     WCE Pocket PC/ARM
8
#
9
# Revision History:
10
# Version   Who      Date       Description
11
#           APY      23/04/04   Created
12
###############################################################################
13
#
14
 
15
$WCEDefaultVersion         = '420';
16
$WCEDefaultPlatform        = 'POCKET PC 2003';
17
 
18
PlatformRequire( 'wce', '--Target=armv4' );
19
 
20
1;
21