VirtualBox

vbox的更動 37199 路徑 trunk/configure.vbs


忽略:
時間撮記:
2011-5-24 下午03:17:03 (14 年 以前)
作者:
vboxsync
訊息:

Device/Network/UDPTunnel: build integration

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/configure.vbs

    r34466 r37199  
    1010
    1111'
    12 ' Copyright (C) 2006-2007 Oracle Corporation
     12' Copyright (C) 2006-2011 Oracle Corporation
    1313'
    1414' This file is part of VirtualBox Open Source Edition (OSE), as
     
    752752      CfgPrint "VBOX_WITH_DEBUGGER_GUI="
    753753      CfgPrint "VBOX_WITHOUT_COM=1"
     754   end if
     755end sub
     756
     757
     758''
     759' No UDPTunnel
     760sub DisableUDPTunnel(strReason)
     761   if g_blnDisableUDPTunnel = False then
     762      LogPrint "Disabled UDPTunnel network transport: " & strReason
     763      g_blnDisableUDPTunnel = True
     764      g_strDisableUDPTunnel = strReason
     765      CfgPrint "VBOX_WITH_UDPTUNNEL="
    754766   end if
    755767end sub
     
    22282240   Print "Components:"
    22292241   Print "  --disable-COM"
     2242   Print "  --disable-UDPTunnel"
    22302243   Print ""
    22312244   Print "Locations:"
     
    22832296   strOptMkisofs = ""
    22842297   blnOptDisableCOM = False
     2298   blnOptDisableUDPTunnel = False
    22852299   for i = 1 to Wscript.Arguments.Count
    22862300      dim str, strArg, strPath
     
    23372351         case "--enable-com"
    23382352            blnOptDisableCOM = False
     2353         case "--disable-udptunnel"
     2354            blnOptDisableUDPTunnel = True
    23392355         case "--internal"
    23402356            g_blnInternalMode = True
     
    23762392      DisableCOM "--disable-com"
    23772393   end if
     2394   if blnOptDisableUDPTunnel = True then
     2395      DisableUDPTunnel "--disable-udptunnel"
    23782396   CheckSourcePath
    23792397   CheckForkBuild strOptkBuild
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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