Changeset 37801 in vbox for trunk/src/VBox/Additions/WINNT/Mouse/NT5
- Timestamp:
- Jul 6, 2011 12:16:41 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Mouse/NT5/Makefile.kmk
r37163 r37801 61 61 $(call VBOX_EDIT_INF_FN,$<,$@) 62 62 63 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat: $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf $$( TARGET_VBoxMouse)63 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat: $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf $$(VBoxMouse_1_TARGET) 64 64 $(call MSG_TOOL,Inf2Cat,VBoxMouse-inf,$@,$<) 65 $(INSTALL) -m 644 $( TARGET_VBoxMouse) $(@D)65 $(INSTALL) -m 644 $(VBoxMouse_1_TARGET) $(@D) 66 66 $(call VBOX_MAKE_CAT_FN, $(@D),$@) 67 67 endif # signing
Note:
See TracChangeset
for help on using the changeset viewer.