http://bugs.winehq.org/show_bug.cgi?id=15359 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #9 from Dan Kegel <dank(a)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.