Changeset 38392 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Aug 10, 2011 7:21:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/Makefile.kmk
r38391 r38392 86 86 $(PATH_STAGE_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) \ 87 87 $(usbd_1_TARGET) 88 #if1of ($(KBUILD_TYPE), debug)88 if1of ($(KBUILD_TYPE), debug) 89 89 VBoxUSBMon_DEFS += LOG_ENABLED VBOX_USB_WITH_VERBOSE_LOGGING 90 #endif90 endif 91 91 92 92 #
Note:
See TracChangeset
for help on using the changeset viewer.