forked from BindBC/bindbc-sdl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdub.sdl
More file actions
28 lines (23 loc) · 658 Bytes
/
Copy pathdub.sdl
File metadata and controls
28 lines (23 loc) · 658 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
name "bindbc-sdl"
description "Dynamic and static bindings to SDL2 and its satellite libraries, compatible with -betterC, @nogc, and nothrow."
homepage ""
authors "Mike Parker"
license "Boost"
targetType "staticLibrary"
targetPath "lib"
targetName "BindBC_SDL"
configuration "dynamic" {
dependency "bindbc-loader" version="~>0.1.0"
}
configuration "dynamicBC" {
dependency "bindbc-loader" version="~>0.1.0"
subConfiguration "bindbc-loader" "yesBC"
}
configuration "static" {
versions "BindSDL_Static"
}
configuration "staticBC" {
dflags "-betterC"
versions "BindSDL_Static"
excludedSourceFiles "source/bindbc/sdl/dynload.d"
}