Rev 5709 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# -*- mode: perl; indent-width: 4; -*-################################################################################ COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.## File: PLATFORM/wcepspc_emu## Contents: WINCE Pocket PC/emulator## Revision History:# Version Who Date Description# APY 23/04/04 Created################################################################################$WCEDefaultVersion = '420';$WCEDefaultPlatform = 'POCKET PC 2003';PlatformRequire( 'wce', '--Target=emulator', '--Host=x86' );1;