Skip to content

Is there a way to link object files into a library? #629

Answered by cr1901
Pokeman2003 asked this question in Q&A
Discussion options

You must be logged in to vote

AFAIK, a single assembly file maps to a single .lib file, just like a single assembly file maps to a single .obj file. So why would you use .lib? Because you don't have to specify as much info (MEMORYMAP) about your target.

I think concat'ing libs into a single file would be interesting, but it's probably subject to a bunch of design decisions that Ville doesn't want to deal with :P.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Pokeman2003
Comment options

@vhelin
Comment options

@vhelin
Comment options

@Pokeman2003
Comment options

Answer selected by Pokeman2003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants