diff options
author | Jack Lloyd <[email protected]> | 2016-08-17 11:11:01 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-08-17 11:11:01 -0400 |
commit | b13da1c251bf4ecc6f175d62e0cea32894bcabd1 (patch) | |
tree | c2ea384f95b5ef78cd9a11b209b2b0c26f72a6ea /src/build-data | |
parent | 50a88e05692b83aee3828d92d8101a97e3d0b2fc (diff) | |
parent | 73a6416efe83600eeedf8046d81659070aaaf3e7 (diff) |
Merge GH #584 Changes to support Windows debugging
Diffstat (limited to 'src/build-data')
-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 |