How to make .lib file using dmd?

Tiberiu Gal galtiberiu at gmail.com
Thu Nov 9 07:16:10 PST 2006


On Thu, 09 Nov 2006 14:00:10 +0200, clisper <clisper at 163.com> wrote:

> I want to make some d files to .lib file, what should i do?

I use build (bud):
build -lib project\all.d

but you can use dmd:
dmd -c file1 file2
lib -c mylib.lib file1.obj file2.obj


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



More information about the Digitalmars-d mailing list