Skip to content
Snippets Groups Projects
Commit d00c966e authored by Rafaël Carré's avatar Rafaël Carré
Browse files

contrib: d3d11: create directories

parent ffd61c3d
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,11 @@ $(TARBALLS)/dxgidebug.idl:
.sum-d3d11: $(TARBALLS)/d3d11.idl $(TARBALLS)/dxgidebug.idl
$(DST_D3D11_H): $(TARBALLS)/d3d11.idl
mkdir -p -- "$(PREFIX)/include/"
$(WIDL) -DBOOL=WINBOOL -I$(IDL_INC_PATH) -h -o $@ $<
$(DST_DXGIDEBUG_H): $(TARBALLS)/dxgidebug.idl
mkdir -p -- "$(PREFIX)/include/"
$(WIDL) -DBOOL=WINBOOL -I$(IDL_INC_PATH) -h -o $@ $<
.d3d11: $(DST_D3D11_H) $(DST_DXGIDEBUG_H)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment