Subversion Repositories DevTools

Rev

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

Rev 261 Rev 287
Line 140... Line 140...
140
#
140
#
141
###############################################################################
141
###############################################################################
142
 
142
 
143
sub ToolsetCXXDepend
143
sub ToolsetCXXDepend
144
{
144
{
145
    #ToolsetCCDepend() handles both CC and CXX source
145
    ToolsetCCDepend();
146
}
146
}
147
 
147
 
148
 
-
 
149
 
-
 
150
###############################################################################
148
###############################################################################
151
#   ToolsetAR( $name, \@args, \@objs )
149
#   ToolsetAR( $name, \@args, \@objs )
152
#       This subroutine takes the user options and builds the rules
150
#       This subroutine takes the user options and builds the rules
153
#       required to build the library 'name'.
151
#       required to build the library 'name'.
154
#
152
#