Subversion Repositories DevTools

Rev

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

Rev 261 Rev 287
Line 132... Line 132...
132
#
132
#
133
###############################################################################
133
###############################################################################
134
 
134
 
135
sub ToolsetCXXDepend
135
sub ToolsetCXXDepend
136
{
136
{
137
        #ToolsetCCDepend() handles both CC and CXX source
137
    ToolsetCCDepend();
138
}
138
}
139
 
139
 
140
 
-
 
141
###############################################################################
140
###############################################################################
142
#   ToolsetAS( $source, $obj, \@args )
141
#   ToolsetAS( $source, $obj, \@args )
143
#       This subroutine takes the user options and builds the rule(s)
142
#       This subroutine takes the user options and builds the rule(s)
144
#       required to compile the source file 'source' to 'obj'
143
#       required to compile the source file 'source' to 'obj'
145
#
144
#