Ticket #213: msvc.pdb.diff

File msvc.pdb.diff, 618 bytes (added by alexeypa@…, 17 years ago)

A patch that is fixing the problem.

Line 
142a43,44
2> type.register PDB : pdb ;
3>
4983a986,998
5>
6> if ! $(name)
7> {
8> name = [ determine-output-name $(sources) ] ;
9> }
10>
11> if [ $(property-set).get <debug-symbols> ] = "on"
12> {
13> local action = [ $(result[0]).action ] ;
14> result += [ virtual-target.register
15> [ class.new file-target $(name) : PDB : $(project) : $(action) ] ] ;
16> }
17>
18986,990d1000
19< if ! $(name)
20< {
21< name = [ determine-output-name $(sources) ] ;
22< }
23<