- Timestamp:
- May 24, 2018 3:57:38 PM (7 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r71718 r72323 341 341 $(if $(VBOX_WITH_HEADLESS),VBOX_WITH_HEADLESS,) \ 342 342 $(if $(VBOX_WITH_QTGUI),VBOX_WITH_QTGUI,) \ 343 $(if $(VBOX_GUI_WITH_SHARED_LIBRARY),VBOX_GUI_WITH_SHARED_LIBRARY,) \ 343 344 $(if $(VBOX_WITH_HGCM),VBOX_WITH_HGCM,) \ 344 345 $(if $(VBOX_WITH_AUDIO_OSS),VBOX_WITH_AUDIO_OSS,) \ -
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r72205 r72323 7807 7807 strcpy(pszNamePart, strAppPath.c_str()); 7808 7808 # else 7809 # ifndef VBOX_GUI_WITH_SHARED_LIBRARY 7809 7810 static const char s_szVirtualBox_exe[] = "VirtualBox" HOSTSUFF_EXE; 7811 # else 7812 static const char s_szVirtualBox_exe[] = "VirtualBoxVM" HOSTSUFF_EXE; 7813 # endif 7810 7814 Assert(cchBufLeft >= sizeof(s_szVirtualBox_exe)); 7811 7815 strcpy(pszNamePart, s_szVirtualBox_exe);
Note:
See TracChangeset
for help on using the changeset viewer.