Merge pull request #449 from dlang-community/issue-445

fix #445 - Cannot build via dub on windows
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2018-03-13 02:58:19 +01:00 committed by GitHub
commit d47d07aba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
"name": "client",
"targetType": "executable",
"targetName": "dcd-client",
"mainSourceFile": "src/dcd/client/client.d",
"excludedSourceFiles": [
"src/dcd/server/*"
]
@ -35,7 +34,6 @@
"name": "server",
"targetType": "executable",
"targetName": "dcd-server",
"mainSourceFile": "src/dcd/server/server.d",
"excludedSourceFiles": [
"src/dcd/client/*"
]