update copyFiles: if using new dub with support of directory copying, copy resources to destination directory for library users

This commit is contained in:
Vadim Lopatin 2014-12-10 16:41:41 +03:00
parent 634789aa36
commit a2fd7868fc
3 changed files with 8 additions and 4 deletions

View File

@ -19,6 +19,12 @@
"versions-posix": ["USE_SDL", "USE_OPENGL"],
"copyFiles": ["res"],
"copyFiles-windows": [
"lib/FreeImage.dll"
],
"sourceFiles": [
"project.ddoc"
],

View File

@ -13,9 +13,7 @@
"src/main.d"
],
"copyFiles-windows": [
"../../lib/FreeImage.dll"
],
"copyFiles": ["res"],
"versions-posix": ["USE_SDL", "USE_OPENGL"],

View File

@ -16,7 +16,7 @@
],
"copyFiles-windows": [
"../../lib/FreeImage.dll",
"../../lib/FreeImage.dll"
],
"mainSourceFile": "src/app.d",