aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mingw/mingw-w32api-headers.inc
blob: bbd97f9593c540edbb4264ead1a84bc8282dbbf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DEPENDS = ""
PROVIDES = "mingw-w32api-headers"

do_configure() {
	:
}

do_compile() {
	:
}

do_install() {
	:
}

do_stage() {
	mkdir -p ${STAGING_INCDIR}
	cp -r ${S}/include/* ${STAGING_INCDIR}/
}