Changeset 98116 in vbox for trunk/src/VBox/ValidationKit/utils/audio
- Timestamp:
- Jan 18, 2023 11:30:52 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155280
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/Makefile.kmk
r98103 r98116 53 53 if defined(VBOX_ONLY_VALIDATIONKIT) || !defined(VBOX_ONLY_BUILD) 54 54 PROGRAMS += vkat 55 ifdef VBOX_WITH_HOST_SHIPPING_AUDIO_TEST 56 if !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK) 57 PROGRAMS += vkathost 58 endif 59 endif 55 60 endif 56 61 ifdef VBOX_WITH_ADDITIONS_SHIPPING_AUDIO_TEST … … 175 180 vkatadd_LIBS.solaris = m 176 181 177 178 # 179 # Copy the valkit vkat to bin so it can be shipped with the host installer too. 182 # 183 # Build the valkit vkat to bin as VBoxAudioTest, so that it can be shipped with the host installer too. 180 184 # 181 185 # We use the same name as for the GAs, even if the binaries is the same as the 182 186 # validation kit. 187 # 188 # Note: We also need to have this as a signed binary, so don't just copy the vkat binary from above to 189 # the bin/ directory but built this as an own binary. 183 190 # 184 191 ifdef VBOX_WITH_HOST_SHIPPING_AUDIO_TEST 185 192 ifn1of ($(KBUILD_TARGET), os2 freebsd netbsd openbsd) 186 193 ifndef VBOX_ONLY_ADDITIONS 187 INSTALLS += vkathost188 vkathost_ TEMPLATE = VBOXR3EXE189 vkathost_ SOURCES = $(vkat_1_TARGET)=>VBoxAudioTest$(HOSTSUFF_EXE)190 vkathost_ MODE = a+rx,u+w194 vkathost_TEMPLATE = VBoxR3Static 195 vkathost_EXTENDS = vkat 196 vkathost_INST = $(INST_BIN) 197 vkathost_NAME = VBoxAudioTest 191 198 endif 192 199 endif
Note:
See TracChangeset
for help on using the changeset viewer.