Creating a dynamic library
Mike Wey
mike-wey at example.com
Sat Sep 30 10:09:43 UTC 2017
On 30-09-17 03:27, Tony wrote:
> One thing I picked up from SCons is creating dynamic object files with a
> .os extension and static object files with the standard .o extension.
> That way they can be compiled in the same directory in the same build
> step. But dmd rejects the files that are named *.os. Is there an
> extension besides .o that dmd would accept for the dynamic object files?
I've been using .pic.o so it still ends with .o for dmd.
--
Mike Wey
More information about the Digitalmars-d-learn
mailing list