Open
Description
On Windows I get the following binaries after Build:
/bin/manual-link/checkDynamic.dll
/bin/manual-link/checkDynamic.pdb
/debug/bin/checkDynamic.dll
/debug/bin/checkDynamic.pdb
/debug/lib/check.lib
/debug/lib/checkDynamic.lib
/debug/lib/manual-link/compat.lib
/lib/check.lib
/lib/checkDynamic.lib
/lib/compat.lib
2 Questions:
What is compat.lib
for?
Why checkDynamic.lib
?
This is installed even if I'm only building a static library. The way I understand this it is only used for linking into the DLL. In this case, this is most likely wrong.
Metadata
Metadata
Assignees
Labels
No labels