include: Add d3d12.idl.

This commit is contained in:
Józef Kucia
2016-09-21 12:57:24 +02:00
parent 7fa6075749
commit c5e3e7d1c3
3 changed files with 1824 additions and 0 deletions

View File

@@ -1 +1,10 @@
ACLOCAL_AMFLAGS = -I m4
widl_headers = \
include/d3d12.h
BUILT_SOURCES = $(widl_headers)
CLEANFILES = $(widl_headers)
$(widl_headers): %.h: %.idl
$(WIDL) -o $@ $<