Merge pull request #538 from BBasile/exe-suffix

binaries miss the exe suffix when building with the bat
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2018-10-07 15:49:58 +02:00 committed by GitHub
commit 34e79e0f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ set server_name=bin\dcd-server
-Imsgpack-d\src^
-release -inline -O -wi^
%MFLAGS%^
-of%client_name%^
-of%client_name%.exe^
-Jbin
%DC%^
@ -67,7 +67,7 @@ set server_name=bin\dcd-server
-wi -O -release^
-Jbin^
%MFLAGS%^
-of%server_name%
-of%server_name%.exe
if exist %server_name%.obj del %server_name%.obj
if exist %client_name%.obj del %client_name%.obj