This commit is contained in:
Orfeo Da Vià 2019-10-17 17:33:25 +02:00
parent faac34aebb
commit e76af43598
1 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,7 @@
{ {
"name": "normal", "name": "normal",
"libs-posix": ["X11", "Xext", "GL", "GLU"], "libs-posix": ["X11", "Xext", "GL", "GLU"],
"libs-windows": ["gdi32", "opengl32", "glu32"], "libs-windows": ["gdi32", "opengl32", "glu32"]
}, },
{ {
"name": "without-opengl", "name": "without-opengl",
@ -61,7 +61,6 @@
"dependencies": {"arsd-official:htmltotext":"*"}, "dependencies": {"arsd-official:htmltotext":"*"},
"dflags": ["-mv=arsd.email=email.d"], "dflags": ["-mv=arsd.email=email.d"],
"sourceFiles": ["email.d"] "sourceFiles": ["email.d"]
}, },
{ {
"name": "image_files", "name": "image_files",
@ -185,11 +184,13 @@
"name": "without_openssl", "name": "without_openssl",
"versions": ["without_openssl"] "versions": ["without_openssl"]
} }
]
}, },
{ {
"name": "jsvar", "name": "jsvar",
"description": "Javascript-like object in D, capable of json read/write/manipulation.", "description": "Javascript-like object in D, capable of json read/write/manipulation.",
"targetType": "sourceLibrary", "targetType": "sourceLibrary",
"importPaths": ["."],
"sourceFiles": ["jsvar.d"] "sourceFiles": ["jsvar.d"]
}, },
{ {
@ -197,6 +198,7 @@
"description": "Small Javascript-like script interpreter with easy D API", "description": "Small Javascript-like script interpreter with easy D API",
"targetType": "sourceLibrary", "targetType": "sourceLibrary",
"dependencies": {"arsd-official:jsvar":"*"}, "dependencies": {"arsd-official:jsvar":"*"},
"importPaths": ["."],
"sourceFiles": ["script.d"] "sourceFiles": ["script.d"]
}, },
{ {