Changeset 11635 in vbox
- Timestamp:
- Aug 25, 2008 8:48:35 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35316
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk
r11608 r11635 69 69 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxDisp.dll 70 70 $(call MSG_TOOL,Inf2Cat,VBoxVideo-inf,$@,$<) 71 $(call VBOX_MAKE_CAT 32_FN, $(@D),$@)71 $(call VBOX_MAKE_CAT_FN, $(@D),$@) 72 72 73 73 include $(KBUILD_PATH)/subfooter.kmk -
trunk/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk
r11615 r11635 70 70 $(call MSG_TOOL,Inf2Cat,VBoxMouse-inf,$@,$<) 71 71 $(INSTALL) -m 644 $(TARGET_VBoxMouse) $(@D) 72 $(call VBOX_MAKE_CAT 32_FN, $(@D),$@)72 $(call VBOX_MAKE_CAT_FN, $(@D),$@) 73 73 endif # signing 74 74
Note:
See TracChangeset
for help on using the changeset viewer.