Subversion Repositories DevTools

Rev

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

Rev 235 Rev 261
Line 72... Line 72...
72
 
72
 
73
#.. Toolset configuration
73
#.. Toolset configuration
74
#
74
#
75
    $::ScmToolsetVersion = "1.0.0";             # our version
75
    $::ScmToolsetVersion = "1.0.0";             # our version
76
    $::ScmToolsetGenerate = 0;                  # generate optional
76
    $::ScmToolsetGenerate = 0;                  # generate optional
77
    $::ScmToolsetIFLAG3 = 1;                    # supports IFLAG3
-
 
78
 
77
 
79
#.. define Borland C/C++ environment
78
#.. define Borland C/C++ environment
80
    Init( "borlandc" );
79
    Init( "borlandc" );
81
    ToolsetDefines( "borland.def" );
80
    ToolsetDefines( "borland.def" );
82
    ToolsetRequire( "exctags" );                # and Exuberant Ctags
81
    ToolsetRequire( "exctags" );                # and Exuberant Ctags