Skip to content

Commit

Permalink
contrib: d3d11: checksum patched files
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Aug 10, 2015
1 parent 302f74f commit b23811f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/src/d3d11/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
257664deade110fb0ad00d4c408b320768d9c470892bfe2b4f756a23fb828b6bd7b28dd670ff5f90edcf7b5eed56a6cc10af030f5d69f4be19ea7e376d1b6e1a d3d11.idl
04b208ddf9c91f923d262ae68a5fb0588a3ef1a39ea450eaac9031e021bd5efdc7b30e3fb3e589b07bc88e41f8861caeb56934a2fa6cbf2efb7404f5f3453b70 dxgidebug.idl
2 changes: 2 additions & 0 deletions contrib/src/d3d11/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ $(TARBALLS)/d3d11.idl:
$(TARBALLS)/dxgidebug.idl:
(cd $(TARBALLS) && patch -fp1) < $(SRC)/d3d11/dxgidebug.patch

.sum-d3d11: $(TARBALLS)/d3d11.idl $(TARBALLS)/dxgidebug.idl

$(DST_D3D11_H): $(TARBALLS)/d3d11.idl
$(WIDL) -DBOOL=WINBOOL -I$(IDL_INC_PATH) -h -o $@ $<

Expand Down

0 comments on commit b23811f

Please sign in to comment.