blob: 7788cd3caf03f5c5a6e1e2bfb6a0e7d551575c6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
os_type unix
program_suffix .exe
# Cygwin supports shared libs fine, but there are problems with making a Botan
# shared library when libraries it depends on are static-only (such as libz).
# So until I can figure out a work-around, it's disabled.
building_shared_supported no
install_root c:\Botan
doc_dir docs
<target_features>
gettimeofday
getsid
timegm
</target_features>
|