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