Windows API Translation

Trass3r un at known.com
Tue Feb 8 11:56:49 PST 2011


> So, implib /s on my system DLLs, right?
>
> Does anyone have a script to do that? I'm lazy. :p

Something like:
FOR %%i IN (*.dll) DO implib /system %%~ni.lib %%i


More information about the Digitalmars-d mailing list