Changeset 106455 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video
- Timestamp:
- Oct 17, 2024 2:02:50 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/Makefile.kmk
r106454 r106455 51 51 52 52 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.inf: $(PATH_SUB_CURRENT)/mp/xpdm/VBoxVideo.inf $(MAKEFILE_CURRENT) | $$(dir $$@) 53 54 53 $(call MSG_GENERATE,VBoxVideo-inf,$@,$<) 54 $(call VBOX_EDIT_INF_FN,$<,$@) 55 55 56 56 $(PATH_TARGET)/VBoxVideoEarlyNTCat.dir/VBoxVideoEarlyNT.inf: $(PATH_SUB_CURRENT)/mp/xpdm/VBoxVideoEarlyNT.inf $(MAKEFILE_CURRENT) | $$(dir $$@) 57 58 57 $(call MSG_GENERATE,VBoxVideoEarlyNT-inf,$@,$<) 58 $(call VBOX_EDIT_INF_FN,$<,$@) 59 59 60 60 if defined(VBOX_SIGNING_MODE) && defined(VBOX_SIGN_ADDITIONS) … … 79 79 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.sys \ 80 80 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxDisp.dll 81 82 81 $(call MSG_TOOL,Inf2Cat,VBoxVideo-inf,$@,$<) 82 $(call VBOX_MAKE_CAT_FN, $(@D),$@) 83 83 84 84 $(PATH_TARGET)/VBoxVideoEarlyNTCat.dir/VBoxVideoEarlyNT.cat: \ … … 86 86 $(PATH_TARGET)/VBoxVideoEarlyNTCat.dir/VBoxVideo.sys \ 87 87 $(PATH_TARGET)/VBoxVideoEarlyNTCat.dir/VBoxDisp.dll 88 89 88 $(call MSG_TOOL,Inf2Cat,VBoxVideoEarlyNT-inf,$@,$<) 89 $(call VBOX_MAKE_CAT_FN, $(@D),$@) 90 90 91 91 endif # signing
Note:
See TracChangeset
for help on using the changeset viewer.