Subversion Repositories DevTools

Rev

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

Rev 3830 Rev 3831
Line 8... Line 8...
8
#
8
#
9
# Description   : INTELLECT
9
# Description   : INTELLECT
10
#
10
#
11
# Notes         : This toolset doesn't really do very much
11
# Notes         : This toolset doesn't really do very much
12
#                 The bulk of the work is performed with a JATS
12
#                 The bulk of the work is performed with a JATS
13
#                 plugin provided by a suitable package: Possibly INTELLECT_TOOLS
13
#                 plugin provided by a suitable package:
-
 
14
#                 Possibly IntellectBuilder
14
#
15
#
15
#......................................................................#
16
#......................................................................#
16
 
17
 
17
use strict;
18
use strict;
18
use warnings;
19
use warnings;
Line 51... Line 52...
51
#
52
#
52
    $::s    = 'asm';
53
    $::s    = 'asm';
53
    $::o    = 'obj';
54
    $::o    = 'obj';
54
    $::a    = 'lib';
55
    $::a    = 'lib';
55
    $::so   = 'dll';
56
    $::so   = 'dll';
56
    $::exe  = '.exe';
57
    $::exe  = '.pax';
57
 
58
 
58
#.. Toolset configuration
59
#.. Toolset configuration
59
#
60
#
60
    $::ScmToolsetVersion = "1.0.0";             # our version
61
    $::ScmToolsetVersion = "1.0.0";             # Our version
61
    $::ScmToolsetGenerate = 0;                  # generate optional
62
    $::ScmToolsetGenerate = 0;                  # Generate optional
62
    $::ScmToolsetProgDependancies = 0;          # handle Prog dependancies myself
63
    $::ScmToolsetProgDependancies = 0;          # Handle Prog dependancies myself
63
    $::ScmNoToolsTest = 1;                      # No compilation
64
    $::ScmNoToolsTest = 1;                      # No compilation
64
    $::ScmToolsetSingleType = 'P';              # Does not handle Prod and Debug, Only Prod
65
    $::ScmToolsetSingleType = 'P';              # Does not handle Prod and Debug, Only Prod
65
 
66
 
66
#.. define INTELLECT environment
67
#.. define INTELLECT environment
67
#    Init( "INTELLECT" );
68
#    Init( "INTELLECT" );