Patrick J. Franz -- ML wrote:
> Looking at this, I suppose that if ${my_library_dep_lib_name} was also
> an internal variable, that could explain how the link library names ends
> up as ${my_library_dep_lib_name}.lib -> my_library.dll.lib?
Small typo: ${my_library_dep_lib_name}.lib -> my_library_dep.dll.lib
Patrick