Changeset 98410 in vbox for trunk/src/VBox/Devices/Input/testcase
- Timestamp:
- Feb 1, 2023 4:20:10 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155654
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/testcase/Makefile.kmk
r98169 r98410 35 35 tstUsbMouse_DEFS = VBOX_WITH_VUSB 36 36 tstUsbMouse_INCS = \ 37 37 ../../build 38 38 tstUsbMouse_LIBS = $(LIB_VMM) $(LIB_REM) 39 39 tstUsbMouse_SOURCES = \ 40 41 40 tstUsbMouse.cpp \ 41 ../UsbMouse.cpp 42 42 43 43 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.