diff options
author | lloyd <[email protected]> | 2008-09-30 13:53:30 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 13:53:30 +0000 |
commit | 874f70a26ee716b139feabe1e36ecfcd96dc2c40 (patch) | |
tree | ad808849e577a767f0c9d33ec7c08b67da9e2bb4 /src/build-data/os | |
parent | 66869d7e0fcaf120f5c22eee43277fabd00e94fd (diff) | |
parent | 7ca3d4e4a8289600d66aafc5d8f746cde0b47beb (diff) |
propagate from branch 'net.randombit.botan' (head fd327b29aa542e0ad5ff6d37d8392321670f0369)
to branch 'net.randombit.botan.modularized' (head 3f8d05493d4b192243fdc8a7f518ed1013c3be54)
Diffstat (limited to 'src/build-data/os')
-rw-r--r-- | src/build-data/os/mingw | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/build-data/os/mingw b/src/build-data/os/mingw new file mode 100644 index 000000000..8c41fbc21 --- /dev/null +++ b/src/build-data/os/mingw @@ -0,0 +1,22 @@ +realname "MS Windows (MinGW)" +os_type windows + +obj_suffix o +so_suffix dll +static_suffix a + +ar_command "ar crs" +ar_needs_ranlib yes + +install_root /mingw +header_dir include +lib_dir lib +doc_dir share/doc + +install_cmd_data install -m 644 +install_cmd_exec install -m 755 + +<aliases> +msys +mingw32 +</aliases> |