VirtualBox

儲存庫 vbox 的更動 12522


忽略:
時間撮記:
2008-9-17 上午07:26:47 (16 年 以前)
作者:
vboxsync
訊息:

add information about the package type to the release log

位置:
trunk/src/VBox/Main
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r12512 r12522  
    42884288        if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
    42894289            RTLogRelLogger(loggerRelease, 0, ~0U, "OS Service Pack: %s\n", szTmp);
     4290        /* the package type is interesting for Linux distributions */
     4291        RTLogRelLogger    (loggerRelease, 0, ~0U, "Package type: %s"
     4292#ifdef VBOX_OSE
     4293                       " (OSE)"
     4294#endif
     4295                       "\n",
     4296                       VBOX_PACKAGE_STRING);
    42904297
    42914298        /* register this logger as the release logger */
  • trunk/src/VBox/Main/Makefile.kmk

    r12513 r12522  
    504504endif
    505505
    506 ConsoleImpl.cpp_DEFS = VBOX_BUILD_TARGET=\"$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)\"
     506ConsoleImpl.cpp_DEFS = \
     507        VBOX_BUILD_TARGET=\"$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)\" \
     508        VBOX_PACKAGE_STRING=\"$(VBOX_PACKAGE_STRING)\"
     509               
    507510
    508511Version.cpp_DEFS  = VBOX_SVN_REV=$(VBOX_SVN_REV)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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