That's exactly what I did a minute ago: For %%a in (*.dll) do implib /s %%~na.lib %%a
:) Gotta hate that cryptic batch syntax though.. I am still missing these two though: uuid.dll winspool.dll >From what I can tell uuid is used with COM, but it isn't installed on my system for some reason. Winspool is for printers, right? I don't care about that one.
