bug#78410: Patch for tiny improve cl wrapper script

2025-05-16 Thread Yang Kun
.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

bug#78410: Patch for tiny improve cl wrapper script

2025-05-13 Thread 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