Ticket #213: msvc.pdb.diff
| File msvc.pdb.diff, 618 bytes (added by , 17 years ago) |
|---|
| Line | |
|---|---|
| 1 | 42a43,44 |
| 2 | > type.register PDB : pdb ; |
| 3 | > |
| 4 | 983a986,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 | > |
| 18 | 986,990d1000 |
| 19 | < if ! $(name) |
| 20 | < { |
| 21 | < name = [ determine-output-name $(sources) ] ; |
| 22 | < } |
| 23 | < |
