VirtualBox

Changeset 48654 in vbox for trunk/src/VBox/Main/glue


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

Main: Added KBUILD_TYPE to the release log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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