VirtualBox

Changeset 89669 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Jun 14, 2021 8:57:18 AM (3 years ago)
Author:
vboxsync
Message:

Audio/ValKit: More guest/host installer tweaking for shipping VKAT (now as VBoxAudioTest, to not clutter up files / naming conventions). bugref:10008

Location:
trunk/src/VBox/Installer/solaris
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r89486 r89669  
    322322        VBoxXPCOMIPCD \
    323323        $(if $(VBOX_WITH_KCHMVIEWER),kchmviewer,) \
    324         $(if $(VBOX_WITH_DTRACE),VBoxDTrace,)
     324        $(if $(VBOX_WITH_DTRACE),VBoxDTrace,) \
     325        $(if $(VBOX_WITH_HOST_SHIPPING_AUDIO_TEST),VBoxAudioTest,)
    325326
    326327## @def SOLARIS_STRIP_BINS
     
    432433        $(if $(VBOX_WITH_VBOXSDL),VBoxSDL,) \
    433434        VBoxManage \
    434         $(if $(VBOX_WITH_DTRACE),VBoxDTrace,)
     435        $(if $(VBOX_WITH_DTRACE),VBoxDTrace,) \
     436        $(if $(VBOX_WITH_HOST_SHIPPING_AUDIO_TEST),VBoxAudioTest,)
    435437
    436438SOLARIS_COMMON_EXES += \
  • trunk/src/VBox/Installer/solaris/VBox.sh

    r82968 r89669  
    5252        exec "$INSTALL_DIR/VBoxDTrace" "$@"
    5353        ;;
     54    VBoxAudioTest|vboxaudiotest|vkat)
     55        exec "$INSTALL_DIR/VBoxAudioTest" "$@"
     56        ;;
    5457    vboxwebsrv)
    5558        exec "$INSTALL_DIR/vboxwebsrv" "$@"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette