Changeset 41093 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Apr 27, 2012 11:38:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/darwin/Makefile.kmk
r38286 r41093 26 26 SYSMODS.darwin += VBoxUSB 27 27 VBoxUSB_TEMPLATE = VBOXR0DRV 28 VBoxUSB_INST = $(INST_VBOXUSB)Contents/MacOS/ 29 VBoxUSB_DEBUG_INST.darwin = $(patsubst %/,%,$(INST_VBOXUSB)) 28 30 VBoxUSB_INCS = \ 29 31 . \ … … 34 36 ../USBFilter.cpp \ 35 37 ../VBoxUSBFilterMgr.cpp 36 VBoxUSB_INST = $(INST_VBOXUSB)Contents/MacOS/37 38 38 39 INSTALLS += VBoxUSB.kext
Note:
See TracChangeset
for help on using the changeset viewer.