aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/mingw
blob: 8c41fbc215cbce6d7b6765af45abc88036ffafc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>