]> git.llucax.com Git - software/druntime.git/blobdiff - src/common/win32.mak
Added core.vararg for variadic argument handling. This seemed necessary, since varar...
[software/druntime.git] / src / common / win32.mak
index b05948a8fb91c290b7546ea1b76109b6294db33e..70f7ad20648aa83d8abb73333780c6bd2bfa8536 100644 (file)
@@ -75,7 +75,8 @@ OBJ_CORE= \
     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
@@ -91,7 +92,8 @@ DOC_CORE= \
     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
@@ -131,6 +133,11 @@ core\bitmanip.obj : core\bitmanip.d
 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