Subversion Repositories DevTools

Rev

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

###############################################################################
# Copyright (c) Vix Technology 2012
#
# File:         PLATFORM/WCENAUTIZX5
#
# Contents:     WCE "Nautiz eTicket Pro" built under VS2005
#
###############################################################################
#

$WCEDefaultVersion         = '600';                 # Version + Platform
$WCEDefaultPlatform        = 'M81B_SDK';         # Together specify SDK path
print "--- KLUDGY SDK for WCENAUTIZX5 - MUST FIX";

PlatformRequire( 'wce', '--Target=armv4i', 
                        '--Toolchain=VS2005', 
                        );

1;