Closed
Bug 205833
Opened 22 years ago
Closed 22 years ago
can't build installer with MOZ_WINCONSOLE set
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: alecf, Assigned: alecf)
Details
Attachments
(1 file)
|
1.04 KB,
patch
|
ssu0262
:
review+
netscape
:
superreview+
dbaron
:
approval1.4+
|
Details | Diff | Splinter Review |
I use the MOZ_WINCONSOLE environment variable so that I still see printfs on the
console even in my optimized builds.. but when I go to build xpinstall, I get
errors about missing the symbol _main
Found out it was really easy to just tweak the makefiles... patch coming up
| Assignee | ||
Comment 1•22 years ago
|
||
here's the patch.
| Assignee | ||
Updated•22 years ago
|
Attachment #123425 -
Flags: superreview?(seawood)
Attachment #123425 -
Flags: review?(ssu)
Comment on attachment 123425 [details] [diff] [review]
turn off MOZ_WINCONSOLE
r=ssu
Attachment #123425 -
Flags: review?(ssu) → review+
Updated•22 years ago
|
Attachment #123425 -
Flags: superreview?(seawood) → superreview+
| Assignee | ||
Comment 3•22 years ago
|
||
Comment on attachment 123425 [details] [diff] [review]
turn off MOZ_WINCONSOLE
requesting approval - this only affects people who use MOZ_WINCONSOLE
Attachment #123425 -
Flags: approval1.4?
Attachment #123425 -
Flags: approval1.4? → approval1.4+
| Assignee | ||
Comment 4•22 years ago
|
||
thanks all, checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•