Changeset 38183 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Jul 26, 2011 1:20:51 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/src/VBox/HostDrivers/VBoxUSB/Makefile.kmk
r37423 r38183 5 5 6 6 # 7 # Copyright (C) 2006-20 07Oracle Corporation7 # Copyright (C) 2006-2011 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 50 50 win/lib/VBoxUsbLib-win.cpp 51 51 52 #53 # USBFilter testcase.54 #55 52 ifdef VBOX_WITH_TESTCASES 56 PROGRAMS += tstUSBFilter 57 tstUSBFilter_TEMPLATE = VBOXR3TSTEXE 58 tstUSBFilter_DEFS = IN_USBLIB 59 tstUSBFilter_SOURCES = \ 60 testcase/tstUSBFilter.cpp 61 tstUSBFilter_LIBS = \ 62 $(USBLib_1_TARGET) 63 endif 53 # 54 # USBFilter testcase. 55 # 56 PROGRAMS += tstUSBFilter 57 tstUSBFilter_TEMPLATE = VBOXR3TSTEXE 58 tstUSBFilter_DEFS = IN_USBLIB 59 tstUSBFilter_SOURCES = \ 60 testcase/tstUSBFilter.cpp 61 tstUSBFilter_LIBS = \ 62 $(USBLib_1_TARGET) 63 endif # VBOX_WITH_TESTCASES 64 64 65 65
Note:
See TracChangeset
for help on using the changeset viewer.