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 | |
parent | 52429c81815ef97eaa72e16407c1bc6d90875936 (diff) |
change botan CLI filename to botan-cli.exe
instead of no PDB output for CLI and tests
-rw-r--r-- | src/build-data/cc/msvc.txt | 2 | ||||
-rw-r--r-- | src/build-data/makefile/nmake.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt index ff4b4369b..8231c0429 100644 --- a/src/build-data/cc/msvc.txt +++ b/src/build-data/cc/msvc.txt @@ -48,7 +48,7 @@ default-debug -> "$(LINKER) /DLL /DEBUG" <binary_link_commands> default -> "$(LINKER)" -default-debug -> "$(LINKER)" +default-debug -> "$(LINKER) /DEBUG" </binary_link_commands> <mach_abi_linking> 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 |