fix #445 - Cannot build via dub on windows

This commit is contained in:
BBasile 2018-03-13 02:47:34 +01:00 committed by GitHub
parent ea15ae4c15
commit 18a281f939
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/*"
]