Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
303 dpurdie 1
###############################################################################
5709 dpurdie 2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
303 dpurdie 3
#
4
# File:         PLATFORM/WCEPSION_500_VS2005
5
#
6
# Contents:     WCE PSION_500 build under VS2005
7
#
8
###############################################################################
9
#
10
 
11
$WCEDefaultVersion         = '500';                 # Version + Platform
12
$WCEDefaultPlatform        = 'PsionTeklogixCE500';  # Together specify SDK path
13
 
14
PlatformRequire( 'wce', '--Target=armv4i', '--Toolchain=VS2005' );
15
 
16
1;
17