Closed
Bug 401048
Opened 18 years ago
Closed 12 years ago
In build scripts of js shell, USE_MSVC is used before it can be defined
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: swaroopch, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8
Build Identifier:
In mozilla-central/js/src/config.mk, line 124 uses 'ifdef USE_MSVC', but the only place where it can be defined is in line 150 which uses 'include $(DEPTH)/config/$(OS_CONFIG).mk' and this will include the appropriate definition file and on Windows, that definition file will set the USE_MSVC flag.
Reproducible: Always
Comment 1•12 years ago
|
||
A lot changed in 5 years, please file a bug if this is still a problem.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•