VirtualBox

Changeset 48654 in vbox for trunk


Ignore:
Timestamp:
Sep 24, 2013 12:21:27 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89254
Message:

Main: Added KBUILD_TYPE to the release log.

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

Legend:

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

    r48607 r48654  
    833833
    834834glue/com.cpp_DEFS = \
    835         $(if $(VBOX_BLEEDING_EDGE),VBOX_BLEEDING_EDGE=\"$(VBOX_BLEEDING_EDGE)\",)
     835        $(if $(VBOX_BLEEDING_EDGE),VBOX_BLEEDING_EDGE=\"$(VBOX_BLEEDING_EDGE)\",) \
     836        KBUILD_TYPE=\"$(KBUILD_TYPE)\"
    836837
    837838# 32-bit version of VBoxCOM.
  • trunk/src/VBox/Main/glue/com.cpp

    r44563 r48654  
    6767 * legacy) if none do.
    6868 */
    69 const char *const apcszUserHome[] = 
     69const char *const apcszUserHome[] =
    7070#ifdef RT_OS_DARWIN
    7171{ "Library/VirtualBox" };
     
    297297                   RTBldCfgTargetDotArch(), __DATE__, __TIME__, szTmp);
    298298
     299            pfnLog(pReleaseLogger, "Build Type: %s\n", KBUILD_TYPE);
    299300            int vrc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szTmp, sizeof(szTmp));
    300301            if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
Note: See TracChangeset for help on using the changeset viewer.

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