Forgot to add file

Signed-off-by: The XOmB Overlord <overlord@xomb.net>
This commit is contained in:
wilkie
2009-05-04 10:57:38 +08:00
committed by The XOmB Overlord
parent 2a64b4ee52
commit 96579c17a8

View File

@@ -0,0 +1,7 @@
cd ..
for item in kernel/runtime/std/typeinfo/*.d;
do
echo "--> $item"
ldc -nodefaultlib -g -I. -Ikernel/runtime/. -code-model=kernel -c $item -odbuild/dsss_objs/G/. ;\
done
cd build