Changeset 89669 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 14, 2021 8:57:18 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145115
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/Makefile.kmk
r89662 r89669 146 146 # The additions variant of the audio test utility. 147 147 # 148 # We name it VBoxAudioTest though, to not clutter up Guest Additions installations 149 # (all VBox binaries have the VBox prefix). 150 # 148 151 vkatadd_EXTENDS = vkat 149 152 vkatadd_EXTENDS_BY = appending 150 vkatadd_NAME = vkat153 vkatadd_NAME = VBoxAudioTest 151 154 vkatadd_TEMPLATE = VBoxGuestR3Exe 152 155 vkatadd_SDKS = VBOX_ZLIB_STATIC … … 157 160 # 158 161 # Copy the valkit vkat to bin so it can be shipped with the host installer too. 162 # We name it VBoxAudioTest though, to not clutter up host installations. 159 163 # 160 164 ifdef VBOX_WITH_HOST_SHIPPING_AUDIO_TEST 161 165 INSTALLS += vkathost 162 166 vkathost_TEMPLATE = VBOXR3EXE 163 vkathost_SOURCES = $(vkat_1_TARGET) 167 vkathost_SOURCES = $(vkat_1_TARGET)=>VBoxAudioTest 164 168 endif 165 169
Note:
See TracChangeset
for help on using the changeset viewer.