summaryrefslogtreecommitdiffstats
path: root/botan/src/build-data/os/cygwin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/build-data/os/cygwin.txt')
-rw-r--r--botan/src/build-data/os/cygwin.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/botan/src/build-data/os/cygwin.txt b/botan/src/build-data/os/cygwin.txt
new file mode 100644
index 0000000..c2aadea
--- /dev/null
+++ b/botan/src/build-data/os/cygwin.txt
@@ -0,0 +1,13 @@
+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>