Changeset 8858 in vbox
- Timestamp:
- May 15, 2008 2:31:48 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30880
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Makefile.kmk
r8760 r8858 28 28 include $(PATH_SUB_CURRENT)/MouseFilter/Makefile.kmk 29 29 include $(PATH_SUB_CURRENT)/VBoxGuest/Makefile.kmk 30 include $(PATH_SUB_CURRENT)/VBox Service/Makefile.kmk30 include $(PATH_SUB_CURRENT)/VBoxTray/Makefile.kmk 31 31 include $(PATH_SUB_CURRENT)/VBoxGINA/Makefile.kmk 32 32 include $(PATH_SUB_CURRENT)/VBoxControl/Makefile.kmk … … 57 57 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys \ 58 58 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe \ 59 $(PATH_TARGET)/VBoxGuestCat.dir/VBox Service.exe \59 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxTray.exe \ 60 60 $(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll 61 61 VBoxGuest-inf_CLEAN = $(VBoxGuest-inf_SOURCES) … … 72 72 $(INSTALL) -m 755 $< $(@D) 73 73 74 $(PATH_TARGET)/VBoxGuestCat.dir/VBox Service.exe: $$(TARGET_VBoxService) | $$(call DIRDEP,$$(@D))74 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxTray.exe: $$(TARGET_VBoxTray) | $$(call DIRDEP,$$(@D)) 75 75 $(INSTALL) -m 755 $< $(@D) 76 76 … … 82 82 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys \ 83 83 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe \ 84 $(PATH_TARGET)/VBoxGuestCat.dir/VBox Service.exe \84 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxTray.exe \ 85 85 $(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll 86 86 $(call MSG_TOOL,Inf2Cat,VBoxGuest-inf,$@,$<)
Note:
See TracChangeset
for help on using the changeset viewer.