Merge pull request #503 from BBasile/issue-502

fix #502 - build.bat broken for client compilation
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2018-07-04 05:54:14 +02:00 committed by GitHub
commit 07fe276053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ set server_name=bin\dcd-server
-Imsgpack-d\src^
-release -inline -O -wi^
%MFLAGS%^
-of%client_name%
-of%client_name%^
-Jbin
%DC%^
%server_modules%^