VirtualBox

Changeset 85782 in vbox


Ignore:
Timestamp:
Aug 15, 2020 7:07:33 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139938
Message:

configure.vbs: Removed --internal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.vbs

    r85781 r85782  
    5252g_blnDisableCOM = False
    5353g_strDisableCOM = ""
    54 
    55 ' The internal mode is primarily for skipping some large libraries.
    56 dim g_blnInternalMode
    57 g_blnInternalMode = False
    5854
    5955' Whether to try the internal stuff first or last.
     
    694690sub MsgError(strMsg)
    695691   Print "error: " & strMsg
    696    if g_blnInternalMode = False then
    697       Wscript.Quit
    698    end if
     692   Wscript.Quit
    699693end sub
    700694
     
    819813   CfgPrint "# Build configuration generated by " & GetCommandline()
    820814   CfgPrint "#"
    821    if g_blnInternalMode = False then
    822       CfgPrint "VBOX_OSE := 1"
    823       CfgPrint "VBOX_VCC_WERR = $(NO_SUCH_VARIABLE)"
    824    end if
     815   CfgPrint "VBOX_OSE := 1"
     816   CfgPrint "VBOX_VCC_WERR = $(NO_SUCH_VARIABLE)"
    825817end sub
    826818
     
    20742066   Print "Configuration:"
    20752067   Print "  -h, --help              Display this."
    2076    Print "  --internal              Enable internal mode."
     2068   Print "  --target-arch=x86|amd64 The target architecture."
    20772069   Print "  --internal-last         Check internal (tools/win.*) last instad of first."
    2078    Print "  --target-arch=x86|amd64 The target architecture."
    20792070   Print ""
    20802071   Print "Components:"
     
    21962187         case "--disable-sdl"
    21972188            blnOptDisableSDL = True
    2198          case "--internal"
    2199             g_blnInternalMode = True
     2189         case "--internal-first"
     2190            g_blnInternalFirst = True
    22002191         case "--internal-last"
    22012192            g_blnInternalFirst = False
     
    22772268     CheckForPython strOptPython
    22782269   end if
    2279    if g_blnInternalMode then
    2280       EnvPrint "call " & g_strPathDev & "/env.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9"
    2281    end if
    22822270
    22832271   Print ""
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