Closed
Bug 242189
Opened 21 years ago
Closed 21 years ago
Get branding working on OS/2 Firefox
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mkaply, Assigned: mkaply)
Details
(Keywords: fixed1.7)
Attachments
(1 file, 1 obsolete file)
3.98 KB,
patch
|
jhpedemonte
:
review+
|
Details | Diff | Splinter Review |
Build changes to get branding working.
Assignee | ||
Comment 1•21 years ago
|
||
We were reusing RCFLAGS for both stages of the RC compile. This was wrong.
Also, I added support so we could use -D (translated it to -d in the rules.mk)
I made a change to Windows as well - the icons were incorrectly set as defines
instead of RCFLAGS
Assignee | ||
Updated•21 years ago
|
Attachment #147387 -
Flags: review?(pedemont)
Comment 2•21 years ago
|
||
Comment on attachment 147387 [details] [diff] [review]
Fix
+#RCFLAGS += -DMOZ_STATIC_BUILD
Did you mean to keep this in?
Have you built this with a static build?
Have you built this on Win32?
Assignee | ||
Comment 3•21 years ago
|
||
win32 shmin32
building static now
Assignee | ||
Comment 4•21 years ago
|
||
We do still need the include on the RC line for the static build.
Also, I discovered that G++ supports passing the .res file on the link line, so
we've been binding our resources twice.
I was able to remove the RES bind rules from rules.mk to remedy this.
Assignee | ||
Updated•21 years ago
|
Attachment #147387 -
Attachment is obsolete: true
Updated•21 years ago
|
Attachment #147538 -
Flags: review+
Assignee | ||
Updated•21 years ago
|
Attachment #147387 -
Flags: review?(pedemont)
Assignee | ||
Comment 5•21 years ago
|
||
Fix checked in - I didn't do the Windows change, I just did the OS/2 changes.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•