Changeset 94160 in vbox for trunk/src/VBox/Additions/WINNT/Mouse
- Timestamp:
- Mar 10, 2022 7:29:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Mouse/NT5/Makefile.kmk
r93265 r94160 58 58 VBoxMouse-inf_INST = $(INST_ADDITIONS) 59 59 VBoxMouse-inf_MODE = a+r,u+w 60 ifndef VBOX_SIGNING_MODE61 VBoxMouse-inf_SOURCES = VBoxMouse.inf62 else63 60 VBoxMouse-inf_SOURCES = \ 64 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf \65 $(if-expr defined(VBOX_SIGN_ADDITIONS),$(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat,)66 VBoxMouse-inf_CLEAN += \67 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat \68 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.sys \69 61 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf 62 VBoxMouse-inf_CLEAN = $(VBoxMouse-inf_SOURCES) 70 63 VBoxMouse-inf_BLDDIRS = $(PATH_TARGET)/VBoxMouseCat.dir 71 64 … … 74 67 $(call VBOX_EDIT_INF_FN,$<,$@) 75 68 76 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat: $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf $$(VBoxMouse_1_TARGET) 69 if defined(VBOX_SIGNING_MODE) && defined(VBOX_SIGN_ADDITIONS) 70 VBoxMouse-inf_SOURCES += \ 71 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.sys \ 72 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat \ 73 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat=>VBoxMouse-PreW10.cat 74 75 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.sys: $$(VBoxMouse_1_TARGET) | $$(dir $$@) 76 $(INSTALL) -m 644 -- "$<" "$(@D)" 77 78 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat: \ 79 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf \ 80 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.sys 77 81 $(call MSG_TOOL,Inf2Cat,VBoxMouse-inf,$@,$<) 78 $(INSTALL) -m 644 $(VBoxMouse_1_TARGET) $(@D)79 82 $(call VBOX_MAKE_CAT_FN, $(@D),$@) 80 83 endif # signing
Note:
See TracChangeset
for help on using the changeset viewer.