aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/mingw.txt
blob: 08f85b4db9fae37d21d151760c52dfd52ec1582d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
os_type windows

obj_suffix o
so_suffix dll
static_suffix a

build_shared no

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>

<target_features>
win32_virtual_lock
win32_get_systemtime
</target_features>