aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/os/cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'misc/config/os/cygwin')
-rw-r--r--misc/config/os/cygwin19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/config/os/cygwin b/misc/config/os/cygwin
new file mode 100644
index 000000000..ce10e504b
--- /dev/null
+++ b/misc/config/os/cygwin
@@ -0,0 +1,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>