diff options
author | Jack Lloyd <[email protected]> | 2017-12-02 06:08:09 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-02 08:24:59 -0500 |
commit | 1891809fd886ef15aa8935f48dcc7d829003d4be (patch) | |
tree | 33a7b00cf825790d6cee3114d4eb3f3416fe3c1a /src/build-data/os | |
parent | 3415a93a774f631e156ee8a187e376ff2789f27d (diff) |
Build simplifications
Diffstat (limited to 'src/build-data/os')
-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" |