8000 Use .MAP file instead of .PDB · Issue #11 · diasurgical/devilution-comparer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Use .MAP file instead of .PDB #11
Open
@squidcc

Description

@squidcc

Currently we have the awkward situation where the VC6 linker is used to generate builds with a PDB file, since the VC5 linker can't process PDBs produced by the VC6 compiler. This means the builds end up with different layout, different startup stub, different static constructors etc...
But the VC5 linker can produce a .map file which includes the locations of all functions and variables in the final build, just like the PDB information. Could we switch to using it instead so we don't have to make separate builds?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0