Compare commits
2 Commits
7ed099dfdf
...
509a3d1235
Author | SHA1 | Date | |
---|---|---|---|
509a3d1235 | |||
2c3a49761c |
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -9,7 +9,7 @@
|
|||||||
url = https://github.com/DerelictOrg/DerelictGL3
|
url = https://github.com/DerelictOrg/DerelictGL3
|
||||||
[submodule "modules/gl3n"]
|
[submodule "modules/gl3n"]
|
||||||
path = modules/gl3n
|
path = modules/gl3n
|
||||||
url = https://github.com/Dav1dde/gl3n
|
url = https://github.com/holtrop/gl3n
|
||||||
[submodule "modules/glamour"]
|
[submodule "modules/glamour"]
|
||||||
path = modules/glamour
|
path = modules/glamour
|
||||||
url = https://github.com/Dav1dde/glamour
|
url = https://github.com/Dav1dde/glamour
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
configure do
|
configure do
|
||||||
check_d_compiler
|
check_d_compiler "ldc"
|
||||||
check_cfg package: "freetype2"
|
check_cfg package: "freetype2"
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ env "app" do |env|
|
|||||||
"modules/glamour",
|
"modules/glamour",
|
||||||
"modules/dft/src",
|
"modules/dft/src",
|
||||||
]
|
]
|
||||||
env["DFLAGS"] += ["-fversion=Derelict3", "-fversion=gl3n", "-fversion=SDLImage2"]
|
env["DFLAGS"] += ["--d-version=Derelict3", "--d-version=SDLImage2"]
|
||||||
env["LDFLAGS"] += ["-static-libgcc"]
|
env["LDFLAGS"] += ["-static-libgcc"]
|
||||||
env.Program("^/app", sources)
|
env.Program("^/app", sources)
|
||||||
end
|
end
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 38163664f5d960ba92c8d2fe8ab058601e7dd5ab
|
Subproject commit cb233335f50d9cc12f055715b9b42955bf3d379e
|
Loading…
x
Reference in New Issue
Block a user