Changeset 9681 in vbox for trunk/src/VBox
- Timestamp:
- Jun 13, 2008 12:25:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Makefile.kmk
r9680 r9681 67 67 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf: $(PATH_SUB_CURRENT)/VBoxGuest/VBoxGuest.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D)) 68 68 $(call MSG_GENERATE,VBoxGuest-inf,$@,$<) 69 $(call VBOX_EDIT_INF32_FN,$<,$@) 70 ## @todo 64-bit todo here ^^^^^^^. 69 $(call VBOX_EDIT_INF_FN,$<,$@) 71 70 72 71 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys: $$(TARGET_VBoxGuest) | $$(call DIRDEP,$$(@D)) … … 89 88 $(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll 90 89 $(call MSG_TOOL,Inf2Cat,VBoxGuest-inf,$@,$<) 91 $(call VBOX_MAKE_CAT32_FN, $(@D),$@) 92 ## @todo 64-bit todo here ^^^^^^^. 90 $(call VBOX_MAKE_CAT_FN, $(@D),$@) 93 91 94 92 endif # signing
Note:
See TracChangeset
for help on using the changeset viewer.