mirror of https://gitlab.com/basile.b/dexed.git
20 lines
382 B
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",
|
|
],
|
|
}
|