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