]> git.tdb.fi Git - builder.git/commit
Explicitly create import libraries from BinaryComponent
authorMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 17:04:22 +0000 (19:04 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 17:23:00 +0000 (19:23 +0200)
commit865a70b99b5551a1bdbbda74539ee2dbeec15253
tree9cc3bb7608640274f929edd2f76140f2717307ef
parent34c5818e80579cb1c483b5020be0b7d5291aae0b
Explicitly create import libraries from BinaryComponent

They should not be created for modules.  The linker is still used to
create them since the process is quite different between toolchains.
plugins/gnu/gnulinker.cpp
plugins/msvc/msvclinker.cpp
plugins/msvc/msvclinker.h
source/lib/binary.h
source/lib/binarycomponent.cpp