Is there a way to get a list of the .lib files that will be searched for when you have "Ignore All Default Libraries" set to No in the Linker/Input properties grid
Is there a way to get a list of the .lib files that will be searched for when you have "Ignore All Default Libraries" set to No in the Linker/Input properties grid
list of default libraries being pulled in
oolon
/VERBOSE is... well... a little too verbose.
There is way too much output. All the searched libraries are listed multiple times. For example, kernel32.lib is listed 6 times. To obtain a list of individual libs I would need to go through the entire linker output and try to keep a list of each library name and whether I have seen it before.
Is there something a little simpler
Manas