]> git.llucax.com Git - software/druntime.git/blobdiff - src/core/posix.mak
Finished flattening D1/D2 differences. Except for one or two lines, all differences...
[software/druntime.git] / src / core / posix.mak
index 9e7c82dd27cb87d4a9caed1cc887358dc07b8c39..2571e8c3b4646e5c4b4120fe659c22191cdff05f 100644 (file)
@@ -112,6 +112,11 @@ core.doc : $(ALL_DOCS)
 bitmanip.o : bitmanip.d\r
        $(DC) -c $(DFLAGS) bitmanip.d -of$@\r
 \r
+### thread\r
+\r
+thread.o : thread.d\r
+       $(DC) -c $(DFLAGS) -d -Hf$*.di thread.d -of$@\r
+\r
 ######################################################\r
 \r
 clean :\r