Skip to content

Support for static link libraries #45

@MatzeOGH

Description

@MatzeOGH

Blink currently only detects .obj and .cpp files that are part of the main project.

I have a project that includes multiple smaller static linked libraries.
These get detected by pdb.read_object_files(...)
But the path to them is just some relative path., like x64\Debug\StaticLib1.obj

Is support for static libraries something that can be reasonably implemented with a moderate amount of work?
Currently, I am considering a proactive approach, providing Blink with all the necessary information without the need to extract it from the pdb.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions