aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/botan/src/build-data/os/windows.txt
blob: db6245a83d961e8ee08130ccccdccf18b7bb4b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

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{suffix}'

soname_pattern_base "{libname}.dll"

install_root c:\\Botan
doc_dir docs

<target_features>
win32
winsock2

rtlgenrandom
rtlsecurezeromemory

virtual_lock
stl_filesystem_msvc

threads
filesystem
</target_features>

<aliases>
win32
MSWin32
</aliases>