diff options
author | lloyd <[email protected]> | 2006-06-03 05:58:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-06-03 05:58:02 +0000 |
commit | e321ef1ed76cd0e4ce90734cd7b5b7bd764646bd (patch) | |
tree | 19c0825f124e758fe3a5f76710b94c49ee0545de /misc/config/os/windows | |
parent | f6364c81754f95172d098cbefe3c33321bc6d99c (diff) |
Move the configure.pl generation code into the tree.
Diffstat (limited to 'misc/config/os/windows')
-rw-r--r-- | misc/config/os/windows | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/config/os/windows b/misc/config/os/windows new file mode 100644 index 000000000..ab0426138 --- /dev/null +++ b/misc/config/os/windows @@ -0,0 +1,20 @@ +realname "MS Windows" + +os_type windows + +obj_suffix obj +so_suffix dll +static_suffix lib + +install_root c:\Botan +doc_dir docs + +<supports_shared> +#all +</supports_shared> + +<arch> +ia32 +amd64 # in theory +ia64 # in theory +</arch> |