Changeset 2685 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGuest
- Timestamp:
- May 17, 2007 2:26:41 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21252
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxGuest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.