Using D static library from C
Dave Wilson via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Jun 5 12:10:16 PDT 2014
You can create a static library from one or more .o files using
ar, if that helps (unless I've failed to understand the
question). "ar r libtest.a test.o" should do the job.
More information about the Digitalmars-d-learn
mailing list