dexed/dexed-d/dub.json

20 lines
382 B
JSON

{
"name" : "dexed-d",
"targetType" : "dynamicLibrary",
"targetPath" : "../bin",
"targetName" : "dexed-d",
"dependencies" : {
"libdparse" : {
"path" : "../etc/libdparse"
}
},
"dflags-linux" : [
"-link-defaultlib-shared=false"
],
"dflags-windows" : [
"-link-defaultlib-shared=false",
"-fvisibility=public",
"-dllimport=none",
],
}