Changeset 92802 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Dec 8, 2021 4:01:21 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/Makefile.kmk
r92138 r92802 154 154 # The additions variant of the audio test utility. 155 155 # 156 # We name it VBoxAudioTest though, to not clutter up Guest Additions installations 157 # (all VBox binaries have the VBox prefix). 158 # 156 # We name it VBoxAudioTest though, to not clutter up Guest Additions 157 # installations with cryptic binaries not sporting 'VBox' as prefix. 158 # 159 vkatadd_TEMPLATE = VBoxGuestR3Exe 159 160 vkatadd_EXTENDS = vkat 160 161 vkatadd_EXTENDS_BY = appending 161 vkatadd_NAME = VBoxAudioTest$(HOSTSUFF_EXE) 162 vkatadd_TEMPLATE = VBoxGuestR3Exe 162 vkatadd_NAME = VBoxAudioTest 163 163 vkatadd_SDKS = VBOX_ZLIB_STATIC 164 164 vkatadd_LDFLAGS.darwin = -framework IOKit … … 168 168 # 169 169 # Copy the valkit vkat to bin so it can be shipped with the host installer too. 170 # We name it VBoxAudioTest though, to not clutter up host installations. 170 # 171 # We use the same name as for the GAs, even if the binaries is the same as the 172 # validation kit. 171 173 # 172 174 ifdef VBOX_WITH_HOST_SHIPPING_AUDIO_TEST
Note:
See TracChangeset
for help on using the changeset viewer.