diff options
Diffstat (limited to 'src/build-data/os/windows.txt')
-rw-r--r-- | src/build-data/os/windows.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt index efc9733c9..898dfc65f 100644 --- a/src/build-data/os/windows.txt +++ b/src/build-data/os/windows.txt @@ -1,8 +1,15 @@ os_type windows +cli_exe_name botan-cli + program_suffix .exe obj_suffix obj static_suffix lib +lib_prefix '' + +# For historical reasons? the library does not have the major number on Windows +# This should probably be fixed in a future major release. +library_name 'botan' soname_pattern_base "{libname}.dll" |