Subversion Repositories DevTools

Rev

Rev 391 | Rev 397 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 391 Rev 396
Line 194... Line 194...
194
        'PsionTeklogixCE420'=> 'WCE_PLATFORM_STANDARDSDK',
194
        'PsionTeklogixCE420'=> 'WCE_PLATFORM_STANDARDSDK',
195
        'PsionTeklogixCE500'=> 'WCE_PLATFORM_STANDARDSDK',
195
        'PsionTeklogixCE500'=> 'WCE_PLATFORM_STANDARDSDK',
196
        'PA961'             => 'WCE_PLATFORM_PA961',
196
        'PA961'             => 'WCE_PLATFORM_PA961',
197
        'PA962'             => 'WCE_PLATFORM_PA962',
197
        'PA962'             => 'WCE_PLATFORM_PA962',
198
        'PA962 WINCE 500'   => 'WCE_PLATFORM_PA962',
198
        'PA962 WINCE 500'   => 'WCE_PLATFORM_PA962',
199
        'M81B_SDK'          => 'WCE_PLATFORM_M81B',     # Just made this one up
199
        'M81B_SDK'          => 'WCE_PLATFORM_M81B',         # Just made this one up
-
 
200
        'WCENAUTIZX5'       => 'WCE_PLATFORM_WCENAUTIZX5',  # Just made this one up
200
    );
201
    );
201
 
202
 
202
    $WCEPlatformDefine = $PlatformSDKDefinitions{$WCEPlatform};
203
    $WCEPlatformDefine = $PlatformSDKDefinitions{$WCEPlatform};
203
 
204
 
204
    Error ("TOOLSET/$toolset_name - SDK not defined. Extend table",
205
    Error ("TOOLSET/$toolset_name - SDK not defined. Extend table",