Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
243 dpurdie 1
# -*- mode: perl; indent-width: 4; -*-
2
###############################################################################
3
# Copyright (c) ERG Transit Systems. 1996-2004
4
#
5
# File:         PLATFORM/WCEPSION_500_emu
6
#
7
# Contents:     WCE PSION_500 Emualtor
8
#
9
###############################################################################
10
#
11
 
12
$WCEDefaultVersion         = '500';                 # Version + Platform
13
$WCEDefaultPlatform        = 'PsionTeklogixCE500';  # Together specify SDK path
14
 
15
PlatformRequire( 'wce', '--Target=emulator', '--Host=x86' );
16
 
17
1;
18