mirror of
https://github.com/xomboverlord/xomb-bare-bones.git
synced 2026-01-11 18:33:15 +01:00
Since GDC is for all reasonable purposes dead in development, LDC is the current way to go. In this build, LDC is used to compile any D language code. You will not need a naked-compile of GDC to compile anymore. We will no longer maintain GDC as a first priority. Please check the wiki first for build instructions, check the README for a link. Signed-off-by: The XOmB Overlord <overlord@xomb.org>
21 lines
175 B
Plaintext
21 lines
175 B
Plaintext
profile=phobos
|
|
|
|
compiler=ldc
|
|
|
|
exeext=
|
|
objext=o
|
|
|
|
|
|
|
|
version=LDC
|
|
|
|
[compile]
|
|
cmd=ldc -nodefaultlib -g -I../kernel/runtime/ -c $i
|
|
|
|
[link]
|
|
cmd=#
|
|
|
|
[postlink]
|
|
cmd=echo "lol fuckers"
|
|
|