aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-02 06:08:09 -0500
committerJack Lloyd <[email protected]>2017-12-02 08:24:59 -0500
commit1891809fd886ef15aa8935f48dcc7d829003d4be (patch)
tree33a7b00cf825790d6cee3114d4eb3f3416fe3c1a /src/build-data/os
parent3415a93a774f631e156ee8a187e376ff2789f27d (diff)
Build simplifications
Diffstat (limited to 'src/build-data/os')
-rw-r--r--src/build-data/os/windows.txt7
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"