Skip to content

Merge multiple .sig files #28

@Luca1991

Description

@Luca1991

I'm writing a script that, given a directory with .LIB files, will extract all the .obj files and automatically create a .sig file for each of them.
The idea is to be able to easily produce signatures for various SDKs (like the old MSVC++6.0 and so on), automatically.

Now the question is: how can I merge all the individual .sig files obtained from each .obj into a single file (e.g. msvcpp6.sig)? I see that there is a script called merge_multiple_versions.py in the example directory, but it looks like its puropose is to "merge the signature libraries generated for different versions of the same library".

Once I figure this out, I'll release the script :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions