mirror of
https://github.com/xomboverlord/xomb-bare-bones.git
synced 2026-01-11 18:33:15 +01:00
8 lines
185 B
Bash
8 lines
185 B
Bash
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
|