diff options
author | Daniel Neus <[email protected]> | 2016-08-17 15:38:50 +0200 |
---|---|---|
committer | Daniel Neus <[email protected]> | 2016-08-17 15:38:50 +0200 |
commit | 73a6416efe83600eeedf8046d81659070aaaf3e7 (patch) | |
tree | 81d4aa6080d78cdfaa23ae42ec73ec36ef148c39 /src/build-data/makefile | |
parent | 52429c81815ef97eaa72e16407c1bc6d90875936 (diff) |
change botan CLI filename to botan-cli.exe
instead of no PDB output for CLI and tests
Diffstat (limited to 'src/build-data/makefile')
-rw-r--r-- | src/build-data/makefile/nmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/nmake.in b/src/build-data/makefile/nmake.in index 119e91849..4075ccbbf 100644 --- a/src/build-data/makefile/nmake.in +++ b/src/build-data/makefile/nmake.in @@ -14,7 +14,7 @@ RM_R = $(RM) /S RMDIR = @rmdir # Executable targets -CLI = %{out_dir}\botan%{program_suffix} +CLI = %{out_dir}\botan-cli%{program_suffix} TEST = %{out_dir}\botan-test%{program_suffix} # Library targets |