Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6294 dpurdie 1
###############################################################################
2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
3
#
4
# File:         PLATFORM/WCE6ARMV4I
5
#
6
# Contents:     Windows CE 6.0 for generic ARMV4I built under VS2008
7
#
8
###############################################################################
9
 
10
PlatformRequire( 'wce', '--Target=armv4i', 
11
                        '--Toolchain=VS2008',
12
                        '--Version=600',                    # Version + Platform
13
                        '--SDK=VixArmv4iGeneric'            # Together specify SDK path
14
                        );
15
 
16
 
17
1;
18