mirror of
https://github.com/xomboverlord/xomb-bare-bones.git
synced 2026-03-23 20:41:49 +01:00
Forgot to add file
Signed-off-by: The XOmB Overlord <overlord@xomb.net>
This commit is contained in:
committed by
The XOmB Overlord
parent
2a64b4ee52
commit
96579c17a8
7
build/compile_typeinfo.sh
Normal file
7
build/compile_typeinfo.sh
Normal 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
|
||||
Reference in New Issue
Block a user