Closed
Bug 1020
Opened 26 years ago
Closed 26 years ago
VC6 cannot compile nsdlg
Categories
(MozillaClassic Graveyard :: Windows FE, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: David.R.Gardiner, Assigned: Chris.Yeh)
Details
makefile.win in cmd/winfe/prefs/nsdlg/src/ tries to use _MSC_VER to determine
if VC6 is being used. _MSC_VER is not set by default in the enviroment.
Either the makefile should be changed, or the requirement of setting _MSC_VER
put into the winbuild documentation.
Updated•26 years ago
|
Assignee: blythe → cyeh
Comment 1•26 years ago
|
||
The mozilla\README\mozilla\win-build.html file does contain some wording
regarding _MSC_VER needing to be set in the environment.
However, it doesn't mention that it needs to be set to 1200 for VC6. Handing
over to author of document.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
leaf@mozilla.org fixed the documentation on 10/08/98
You need to log in
before you can comment on or make changes to this bug.
Description
•