VirtualBox

Changeset 7592 in vbox


Ignore:
Timestamp:
Mar 27, 2008 3:01:05 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29091
Message:

bln not b.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.vbs

    r7589 r7592  
    168168      set objLocator = CreateObject("Wbemscripting.SWbemLocator")
    169169      set objServices = objLocator.ConnectServer("", "root\default", "", "", , , , g_objRegCtx)
    170       set g_objReg = objServices.Get("StdRegProv") 
     170      set g_objReg = objServices.Get("StdRegProv")
    171171      g_blnRegistry = true
    172172   end if
     
    182182      dim strRoot, strKey, strValue
    183183      dim iRoot
    184    
     184
    185185      ' split up into root, key and value parts.
    186186      strRoot = left(strName, instr(strName, "\") - 1)
     
    525525''
    526526' Finds the first directory matching the pattern.
    527 ' If no directory is found, log the failure, 
     527' If no directory is found, log the failure,
    528528' else return the complete path to the found directory.
    529529function LogFindDir(strPath, strPattern)
     
    18091809' Checks for any Qt binaries. Failure here isn't fatal.
    18101810sub CheckForQt(strOptQt)
    1811    dim strPathQt, str
     1811   dim strPathQt, str, blnQtWinFree
    18121812
    18131813   PrintHdr "Qt"
     
    18171817   '
    18181818   strPathQt = ""
    1819    bQtWinFree = False
     1819   blnQtWinFree = False
    18201820
    18211821   LogPrint "Checking for user specified path of Qt ..."
     
    18281828         if CheckForQtWinFreeSub(strOptQt) then
    18291829            strPathQt = strOptQt
    1830             bQtWinFree = True
     1830            blnQtWinFree = True
    18311831         end if
    18321832      end if
     
    18441844      end if
    18451845   end if
    1846    
    1847    '
    1848    ' Try to find the Open Source project "qtwin" Qt/free, 
     1846
     1847   '
     1848   ' Try to find the Open Source project "qtwin" Qt/free,
    18491849   ' located at http://qtwin.sf.net
    18501850   '
     
    18531853      str = LogFindDir(g_strPathDev & "/win.x86/qt", "v3.*")
    18541854      if (str <> "") then
    1855          if CheckForQtWinFreeSub(str) then 
     1855         if CheckForQtWinFreeSub(str) then
    18561856            strPathQt = str
    1857             bQtWinFree = True
     1857            blnQtWinFree = True
    18581858          end if
    18591859      end if
     
    18661866      CfgPrint "VBOX_WITH_QTGUI="
    18671867      PrintResult "Qt", "not found"
    1868    else                               
     1868   else
    18691869      CfgPrint "VBOX_PATH_QT          := " & strPathQt
    18701870      CfgPrint "QTDIR                  = $(VBOX_PATH_QT)"
    1871    
    1872       if bQtWinFree = True then     ' The "qtwin"
    1873          PrintResult "Qt (v" & g_strQtVer & ", QtWin/Free)", strPathQt   
     1871
     1872      if blnQtWinFree = True then     ' The "qtwin"
     1873         PrintResult "Qt (v" & g_strQtVer & ", QtWin/Free)", strPathQt
    18741874      else                          ' Licensed from Trolltech
    18751875         PrintResult "Qt (v" & g_strQtVer & ")", strPathQt
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