1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- dub.json.orig 2019-02-15 12:03:10.000000000 +0000
+++ dub.json 2019-03-06 06:21:07.432750000 +0000
@@ -11,14 +11,9 @@
"built_with_dub",
"StdLoggerDisableWarning"
],
- "dependencies" : {
- "libdparse": "~>0.11.0",
- "dsymbol" : "~>0.6.0",
- "inifiled" : "~>1.3.1",
- "emsi_containers" : "0.8.0-alpha.11",
- "libddoc" : "~>0.6.0",
- "stdx-allocator" : "~>2.77.5"
- },
+
+ "lflags":["-L%%LOCALBASE%%/lib/d"],
+ "libs" : ["dparse","inifiled","dsymbol","emsi_containers","ddoc","mir-core","stdx-allocator"],
"targetPath" : "bin",
"stringImportPaths" : [
"bin"
|