- Timestamp:
- May 17, 2007 2:26:41 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21252
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Makefile.kmk
r2487 r2685 39 39 endif 40 40 41 # 42 # Inf2Cat requires all the files referenced in the .inf file 43 # to be present in the directory, so we have to do this from here. 44 # 45 INSTALLS += VBoxGuest-inf 46 VBoxGuest-inf_INST = $(INST_ADDITIONS) 47 VBoxGuest-inf_MODE = a+r,u+w 48 #ifndef VBOX_SIGNING_MODE - I'm not going to mess with that install nor break any .inf-files. 49 VBoxGuest-inf_SOURCES = VBoxGuest/VBoxGuest.inf 50 #else 51 #VBoxGuest-inf_SOURCES = \ 52 # $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf \ 53 # $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.cat 54 #VBoxGuest-inf_CLEAN += \ 55 # $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.cat \ 56 # $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys \ 57 # $(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe \ 58 # $(PATH_TARGET)/VBoxGuestCat.dir/VBoxService.exe \ 59 # $(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll \ 60 # $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf 61 #VBoxGuest-inf_BLDDIRS = $(PATH_TARGET)/VBoxGuestCat.dir 62 # 63 #$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf: $(PATH_SUB_CURRENT)/VBoxGuest/VBoxGuest.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D)) 64 # $(call MSG_GENERATE,VBoxGuest-inf,$@,$<) 65 # $(QUIET2)$(RM) -f $@ 66 # $(QUIET)$(SED) -e 's/^\;cat *//' $< > $@ 67 # 68 #$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.cat: $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf \ 69 # $$(TARGET_VBoxGuest) \ 70 # $$(TARGET_VBoxControl) \ 71 # $$(TARGET_VBoxService) \ 72 # $$(TARGET_VBCoInst) 73 # $(call MSG_TOOL,Inf2Cat,VBoxGuest-inf,$@,$<) 74 # $(INSTALL) -m 644 $(TARGET_VBoxGuest) $(@D) 75 # $(INSTALL) -m 644 $(TARGET_VBoxControl) $(@D) 76 # $(INSTALL) -m 644 $(TARGET_VBoxService) $(@D) 77 # $(INSTALL) -m 644 $(TARGET_VBCoInst) $(@D) 78 # $(call VBOX_MAKE_CAT32_FN, $(@D),$@) 79 # 80 #endif # signing 81 41 82 include $(PATH_KBUILD)/subfooter.kmk 42 83 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk
r2487 r2685 27 27 # VBoxGuest 28 28 # 29 SYSMODS += VBoxGuest 29 SYSMODS += VBoxGuest 30 30 VBoxGuest_TEMPLATE = VBOXW32GUESTR0 31 31 VBoxGuest_SDKS = W2K3DDKX86 WINPSDKINCS -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf
r1 r2685 23 23 Provider=%INNOTEK% 24 24 LayoutFile=layout.inf 25 DriverVer=12/31/2004,5.00.2072 25 DriverVer=08/21/2006,5.00.2072 26 ;cat CatalogFile=VBoxGuest.cat 27 28 ;cat [SourceDisksNames] 29 ;cat 1 = %VBoxGuest.MediaDesc% 30 ;cat 2 = %VBoxControl.MediaDesc% 31 ;cat 3 = %VBoxService.MediaDesc% 32 ;cat 4 = %vbcoinst.MediaDesc% 33 ;cat 34 ;cat [SourceDisksFiles] 35 ;cat VBoxGuest.sys = 1 36 ;cat VBoxControl.exe = 2 37 ;cat VBoxService.exe = 3 38 ;cat vbcoinst.dll = 4 26 39 27 40 [DestinationDirs] … … 77 90 VBoxGuest_svcdesc = "VirtualBox Guest Driver" 78 91 VBoxService_svcdesc = "VirtualBox Guest Service" 92 93 ;cat VBoxGuest.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media" 94 ;cat VBoxControl.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media" 95 ;cat VBoxService.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media" 96 ;cat vbcoinst.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media" 97
Note:
See TracChangeset
for help on using the changeset viewer.