VirtualBox

Changeset 72323 in vbox for trunk/src


Ignore:
Timestamp:
May 24, 2018 3:57:38 PM (7 years ago)
Author:
vboxsync
Message:

Main: bugref:9049: Support for split GUI functionality, to start VirtualBoxVM instead of VirtualBox when launchVMProcess called.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r71718 r72323  
    341341        $(if $(VBOX_WITH_HEADLESS),VBOX_WITH_HEADLESS,) \
    342342        $(if $(VBOX_WITH_QTGUI),VBOX_WITH_QTGUI,) \
     343        $(if $(VBOX_GUI_WITH_SHARED_LIBRARY),VBOX_GUI_WITH_SHARED_LIBRARY,) \
    343344        $(if $(VBOX_WITH_HGCM),VBOX_WITH_HGCM,) \
    344345        $(if $(VBOX_WITH_AUDIO_OSS),VBOX_WITH_AUDIO_OSS,) \
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r72205 r72323  
    78077807        strcpy(pszNamePart, strAppPath.c_str());
    78087808# else
     7809#  ifndef VBOX_GUI_WITH_SHARED_LIBRARY
    78097810        static const char s_szVirtualBox_exe[] = "VirtualBox" HOSTSUFF_EXE;
     7811#  else
     7812        static const char s_szVirtualBox_exe[] = "VirtualBoxVM" HOSTSUFF_EXE;
     7813#  endif
    78107814        Assert(cchBufLeft >= sizeof(s_szVirtualBox_exe));
    78117815        strcpy(pszNamePart, s_szVirtualBox_exe);
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