Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7009 dpurdie 1
###############################################################################
2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
3
#
4
# File:         PLATFORM/WCEX86A700_SOM4466
5
#
6
# Contents:     WCE SOM-4466 based on the DC5000_SOM_4466_SDK
7
#
8
###############################################################################
9
#
10
 
11
PlatformRequire( 'wce', '--Target=x86', 
12
                        '--Toolchain=VS2008',
13
                        '--Version=700',                    # Version + Platform
14
                        '--SDK=dc5000_som_4466_sdk',        # Together specify SDK path
15
                        '--SdkBase=Windows CE Tools/SDKs',
16
                        '--FindRc',
17
                        );
18
 
19
1;
20