Subversion Repositories DevTools

Rev

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

Rev 7300 Rev 7322
Line 254... Line 254...
254
    #   Set default options
254
    #   Set default options
255
    #
255
    #
256
    $::ScmCompilerOpts{'THREADMODE'} = 'D';
256
    $::ScmCompilerOpts{'THREADMODE'} = 'D';
257
    $::ScmCompilerOpts{'ADDLINKLIBS'} = '1';
257
    $::ScmCompilerOpts{'ADDLINKLIBS'} = '1';
258
    $::ScmCompilerOpts{'PRECOMPILEHDRS'} = '1';
258
    $::ScmCompilerOpts{'PRECOMPILEHDRS'} = '1';
-
 
259
 
-
 
260
    #
-
 
261
    #   Some defaults
-
 
262
    #
-
 
263
    if ($toolset_info->{'VSCOMPILER'} >= 3) {
-
 
264
        push @::LDFLAGS, 'ignore:4099';     # Ignore PDB file missing
-
 
265
    }
259
}
266
}
260
 
267
 
261
##############################################################################
268
##############################################################################
262
#   ToolsetPreprocess()
269
#   ToolsetPreprocess()
263
#       Process collected data before the makefile is generated
270
#       Process collected data before the makefile is generated