aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/cygwin.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-13 16:01:51 +0000
committerlloyd <[email protected]>2009-10-13 16:01:51 +0000
commit3bc2bb0461b1b40466821daf0061eab769621eab (patch)
treeaee53148a1a582a249c879c67c9d995ce66c8052 /src/build-data/os/cygwin.txt
parent88e03041c4c8a33a7fc3311cfca5fc398294ff08 (diff)
Rename all of the build-data files with a .txt extension, and filter for
such in configure.py. Paul Clark reported on the list having problems with it otherwise because of CVS droppings being picked up and subsequently errored on when parsing them as build info files (of course) failed.
Diffstat (limited to 'src/build-data/os/cygwin.txt')
-rw-r--r--src/build-data/os/cygwin.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/build-data/os/cygwin.txt b/src/build-data/os/cygwin.txt
new file mode 100644
index 000000000..c2aadea98
--- /dev/null
+++ b/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>