Subversion Repositories DevTools

Rev

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

Rev 261 Rev 267
Line 215... Line 215...
215
#
215
#
216
##############################################################################
216
##############################################################################
217
 
217
 
218
sub ToolsetPostprocess
218
sub ToolsetPostprocess
219
{
219
{
-
 
220
    MakeHeader('Toolset Postprocessed Information');
220
 
221
 
221
    #
222
    #
222
    #   Specify the name of the global PDB file. This is used for all
223
    #   Specify the name of the global PDB file. This is used for all
223
    #   compiles other than those associated with building a DLL
224
    #   compiles other than those associated with building a DLL
224
    #
225
    #
Line 226... Line 227...
226
    #       The name of base package
227
    #       The name of base package
227
    #       The name of the first static library created
228
    #       The name of the first static library created
228
    #
229
    #
229
 
230
 
230
MakePrint("
231
MakePrint("
231
#--------- Toolset Postprocessed Information --------------------------------
-
 
232
#
232
#
233
#   Export the name of the common PDB file
233
#   Export the name of the common PDB file
234
#   All compiler information will be placed in this file
234
#   All compiler information will be placed in this file
235
#   The name of the file MUST be the same as the name of the output library
235
#   The name of the file MUST be the same as the name of the output library
236
#
236
#
Line 1352... Line 1352...
1352
 
1352
 
1353
    #
1353
    #
1354
    #   Process options
1354
    #   Process options
1355
    #
1355
    #
1356
    foreach ( @$pArgs ) {
1356
    foreach ( @$pArgs ) {
1357
        Message( "vcw32 PROJECT: unknown option $_ -- ignored\n" );
1357
        Message( "vcwin32 PROJECT: unknown option $_ -- ignored\n" );
1358
    }
1358
    }
1359
 
1359
 
1360
    my ($io) = ToolsetPrinter::New();
1360
    my ($io) = ToolsetPrinter::New();
1361
 
1361
 
1362
    #
1362
    #