core\exception.obj \\r
core\memory.obj \\r
core\runtime.obj \\r
- core\thread.obj\r
+ core\thread.obj \\r
+ core\vararg.obj\r
\r
OBJ_STDC= \\r
core\stdc\errno.obj\r
core\exception.html \\r
core\memory.html \\r
core\runtime.html \\r
- core\thread.html\r
+ core\thread.html \\r
+ core\vararg.html\r
\r
######################################################\r
\r
core\thread.obj : core\thread.d\r
$(DC) -c $(DFLAGS) -d -Hf$*.di core\thread.d -of$@\r
\r
+### vararg\r
+\r
+core\vararg.obj : core\vararg.d\r
+ $(DC) -c $(TFLAGS) -Hf$*.di core\vararg.d -of$@\r
+\r
######################################################\r
\r
clean :\r