aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/os/cygwin
blob: ce10e504b75918eda4c74f7b1fe821cdac2919ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
realname "Cygwin"

os_type unix

install_root c:\Botan
doc_dir docs

# 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.
<supports_shared>
#all
</supports_shared>

<arch>
ia32
amd64 # in theory
ia64  # in theory
</arch>