Changeset 87840 in vbox
- Timestamp:
- Feb 23, 2021 7:51:39 AM (4 years ago)
- Location:
- trunk/src/VBox/Devices/Audio/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/testcase/Makefile.kmk
r82968 r87840 37 37 $(QUIET)$(APPEND) -t "$@" "done" 38 38 39 ifeq ($(KBUILD_TARGET),win.amd64) # Note: Only runs on Windows 8 or newer. 40 tstAudioClient3_TEMPLATE = VBOXR3TSTEXE 41 tstAudioClient3_DEFS = TESTCASE 42 tstAudioClient3_DEFS.debug = VBOX_WITH_EF_WRAPS 43 tstAudioClient3_SOURCES = tstAudioClient3.cpp 44 tstAudioClient3_LIBS = $(LIB_RUNTIME) 45 tstAudioClient3_INCS = \ 46 $(KBUILD_DEVTOOLS)/win.x86/sdk/v10.0.17134.0/Include/10.0.17134.0/um \ 47 $(KBUILD_DEVTOOLS)/win.x86/sdk/v10.0.17134.0/include/10.0.17134.0/shared 48 49 # Requires manual execution / verification. 50 PROGRAMS += tstAudioClient3 51 endif 52 39 53 endif 40 54 41 55 include $(FILE_KBUILD_SUB_FOOTER) 42
Note:
See TracChangeset
for help on using the changeset viewer.