-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdub.json
More file actions
41 lines (41 loc) · 770 Bytes
/
dub.json
File metadata and controls
41 lines (41 loc) · 770 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "iup4d",
"targetName": "Iup4D",
"targetType": "staticLibrary",
"authors": [
"BitWorld"
],
"description": "Iup4D is a binding library for IUP in D language with OOP style.",
"copyright": "Copyright © 2017, BitWorld",
"license": "BSD 3-clause",
"sourcePaths": [
"Iup4D"
],
"importPaths": [
"Iup4D"
],
"dependencies": {
"iup4d:derelictorg": "*"
},
"lflags-windows-x86_mscoff": [
"/LIBPATH:.\\Thirdparties\\lib32mscoff"
],
"libs-windows-x86_mscoff": [
"msvcrtd",
"User32"
],
"lflags-windows-x86_64": [
"/LIBPATH:.\\Thirdparties\\lib64mscoff"
],
"libs-windows-x86_64": [
"msvcrtd",
"User32"
],
"subPackages": [
"DerelictOrg",
"IupTest",
"Examples/SimpleDemo",
"Examples/WindowsDemo",
"Examples/SimplePaint"
]
}