Changeset 104659 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win
- Timestamp:
- May 16, 2024 9:54:44 AM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 163213
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/Makefile.kmk
r98414 r104659 39 39 40 40 LIBRARIES.win += usbd 41 SYSMODS.win += VBoxUSB VBoxUSBMon 41 ifdef VBOX_WITH_VBOXDRV 42 SYSMODS.win += VBoxUSB VBoxUSBMon 43 INSTALLS.win += install-infs 44 endif 42 45 PROGRAMS.win += USBInstall USBUninstall USBTest 43 INSTALLS.win += install-infs44 46 45 47 #
Note:
See TracChangeset
for help on using the changeset viewer.