diff --git a/build/compile_typeinfo.sh b/build/compile_typeinfo.sh new file mode 100644 index 0000000..ceef1d1 --- /dev/null +++ b/build/compile_typeinfo.sh @@ -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