Closed
Bug 101139
Opened 24 years ago
Closed 24 years ago
Change makefiles to support dependency tracking
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jonsmirl, Assigned: dean.jackson)
Details
Attachments
(1 file)
|
5.79 KB,
patch
|
Details | Diff | Splinter Review |
The Mozilla build process is being modified to track dependencies between
modules using MOZ_TRACK_MODULE_DEPS=1
This means that makefile.win needs a variable REQUIRES= defining all of the
modules SVG needs.
This patch includes three things:
1) makefile patches for REQUIRES
2) 24BIT drawing patched in gfx directory (please put these on the branch so
that I don't have to keep reapplying them, you can always delete them later)
3) A windows enviroment variable LIBART used to point to the libart code
instead of copying it into the tree.
Comment 2•24 years ago
|
||
I checked the fix in onto the branch, except for the 24 bit stuff. You don't
have to keep reapplying them - cvs should merge it in for you.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•