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
355 dpurdie 1
###############################################################################
5709 dpurdie 2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
355 dpurdie 3
#
4
# File:         PLATFORM/WCEIPA280
5
#
6
# Contents:     WCE Ingenico IPA280 build under VS2005
7
#
8
###############################################################################
9
#
10
 
11
$WCEDefaultVersion         = '600';                 # Version + Platform
12
$WCEDefaultPlatform        = 'M81B_SDK';            # Together specify SDK path
13
 
14
PlatformRequire( 'wce', '--Target=armv4i', 
15
                        '--Toolchain=VS2005', 
16
                        '--Define=_USE_32BIT_TIME_T' );
17
 
18
1;
19