.lib
(actually it is a static library generated by MSVC)
which used by iconv.exe but not install to system.
$ ls ./srclib/*.a
./srclib/libicrt.a
So I think my changes are bad.
Please just ignore it, I made some mistakes. Sorry for the bother.
Best Regards,
Yang Kun
Greetings
I found some possible improvements of compile script in lib/ when I use it.
I think we'd better also search for lib$lib.dll.a even it's a odd
behavior to search lib$lib.a for cl. However I don't know if that's ok
because it doesn't seem to be useful.
Bes