[Bug 15359] wcmd: msysgit does not work (WCMD_for /F needs to handle options)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 18 15:21:52 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=15359


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com




--- Comment #9 from Dan Kegel <dank at kegel.com>  2009-08-18 15:21:51 ---
This also affects Firefox's build system.
http://kegel.com/wine/firefox-download-and-build.sh.txt
shows one way to build Firefox in Windows or Wine.
It currently fails while running guess-msvc.bat.
(Can't find it online, so I'll attach it.  Older version at
http://people.mozilla.com/~beltzner/guess-msvc-v2.bat )
It has sections like:

REG QUERY "%MSVC6KEY%" /v ProductDir >nul 2>nul
if "%VC6DIR%"=="" (
  IF %ERRORLEVEL% EQU 0 (
    FOR /F "tokens=2* delims=     " %%A IN ('REG QUERY "%MSVC6KEY%" /v
ProductDir') DO SET VC6DIR=%%B
  )
)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list