Subversion Repositories DevTools

Rev

Rev 255 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 255 Rev 261
Line 6... Line 6...
6
# Environment(s): WCE
6
# Environment(s): WCE
7
#
7
#
8
# Description:
8
# Description:
9
#   Visual C/C++ for WCE
9
#   Visual C/C++ for WCE
10
#
10
#
11
# Version   Who     Date        Description
-
 
12
#           APY     26/04/04    Created
-
 
13
#                   19/05/04    IFLAG3 support (changes marked IFLAG3)
-
 
14
#                   01/09/04    ToolsetPrinter()
-
 
15
#
-
 
16
# $Source: /cvsroot/etm/devl/CFG/TOOLSET/VCWCE,v $
-
 
17
# $Revision: 1.11 $ $Date: 2004/08/25 06:33:31 $ $State: Exp $
-
 
18
# $Author: ayoung $ $Locker:  $
-
 
19
#............................................................................#
11
#............................................................................#
20
 
12
 
21
use strict;
13
use strict;
22
use warnings;
14
use warnings;
23
 
15
 
Line 65... Line 57...
65
 
57
 
66
#.. Toolset configuration
58
#.. Toolset configuration
67
#
59
#
68
    $::ScmToolsetVersion = "1.0.0";             # our version
60
    $::ScmToolsetVersion = "1.0.0";             # our version
69
    $::ScmToolsetGenerate = 0;                  # generate optional
61
    $::ScmToolsetGenerate = 0;                  # generate optional
70
    $::ScmToolsetIFLAG3 = 1;                    # supports IFLAG3
-
 
71
 
62
 
72
#.. Parse arguments
63
#.. Parse arguments
73
#
64
#
74
    Debug( "vcwce(ToolsetArgs=@::ScmToolsetArgs)" );
65
    Debug( "vcwce(ToolsetArgs=@::ScmToolsetArgs)" );
75
 
66