Subversion Repositories DevTools

Rev

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

# -*- mode: perl; indent-width: 4; -*-
###############################################################################
# Copyright (c) ERG Transit Systems. 1996-2004
#
# File:         PLATFORM/WCEPSION_500_emu
#
# Contents:     WCE PSION_500 Emualtor
#
###############################################################################
#

$WCEDefaultVersion         = '500';                 # Version + Platform
$WCEDefaultPlatform        = 'PsionTeklogixCE500';  # Together specify SDK path

PlatformRequire( 'wce', '--Target=emulator', '--Host=x86' );

1;