vbox的更動 37199 路徑 trunk/configure.vbs
- 時間撮記:
- 2011-5-24 下午03:17:03 (14 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/configure.vbs
r34466 r37199 10 10 11 11 ' 12 ' Copyright (C) 2006-20 07Oracle Corporation12 ' Copyright (C) 2006-2011 Oracle Corporation 13 13 ' 14 14 ' This file is part of VirtualBox Open Source Edition (OSE), as … … 752 752 CfgPrint "VBOX_WITH_DEBUGGER_GUI=" 753 753 CfgPrint "VBOX_WITHOUT_COM=1" 754 end if 755 end sub 756 757 758 '' 759 ' No UDPTunnel 760 sub 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=" 754 766 end if 755 767 end sub … … 2228 2240 Print "Components:" 2229 2241 Print " --disable-COM" 2242 Print " --disable-UDPTunnel" 2230 2243 Print "" 2231 2244 Print "Locations:" … … 2283 2296 strOptMkisofs = "" 2284 2297 blnOptDisableCOM = False 2298 blnOptDisableUDPTunnel = False 2285 2299 for i = 1 to Wscript.Arguments.Count 2286 2300 dim str, strArg, strPath … … 2337 2351 case "--enable-com" 2338 2352 blnOptDisableCOM = False 2353 case "--disable-udptunnel" 2354 blnOptDisableUDPTunnel = True 2339 2355 case "--internal" 2340 2356 g_blnInternalMode = True … … 2376 2392 DisableCOM "--disable-com" 2377 2393 end if 2394 if blnOptDisableUDPTunnel = True then 2395 DisableUDPTunnel "--disable-udptunnel" 2378 2396 CheckSourcePath 2379 2397 CheckForkBuild strOptkBuild
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器