-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdub.sdl
More file actions
29 lines (24 loc) · 731 Bytes
/
Copy pathdub.sdl
File metadata and controls
29 lines (24 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name "bindbc-glfw"
description "Static & dynamic bindings to GLFW3, compatible with BetterC, @nogc, and nothrow."
authors "Aya Partridge" "Mike Parker"
license "BSL-1.0"
targetType "staticLibrary"
targetPath "lib"
targetName "BindBC_GLFW"
configuration "dynamic" {
dependency "bindbc-loader" version="~>1.1"
}
configuration "dynamicBC" {
dependency "bindbc-loader" version="~>1.1"
subConfiguration "bindbc-loader" "yesBC"
buildOptions "betterC"
}
configuration "static" {
versions "BindGLFW_Static"
excludedSourceFiles "source/bindbc/glfw/binddynamic.d"
}
configuration "staticBC" {
versions "BindGLFW_Static"
buildOptions "betterC"
excludedSourceFiles "source/bindbc/glfw/binddynamic.d"
}