Closed
Bug 280246
Opened 21 years ago
Closed 21 years ago
WINCE xpfe changes
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(1 file)
|
571 bytes,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
needed to make a changes to get xpfe to compile and work on wince
Comment 2•21 years ago
|
||
Comment on attachment 172730 [details] [diff] [review]
patch v.1
>--- xpfe/appshell/src/Makefile.in 15 Dec 2004 04:06:58 -0000 1.81
>+++ xpfe/appshell/src/Makefile.in 28 Jan 2005 20:00:03 -0000
>@@ -90,10 +90,11 @@
> nsAppShellFactory.cpp \
> $(NULL)
>
>-ifeq ($(OS_ARCH),WINNT)
>+ifeq (,$(filter-out WINCE WINNT,$(OS_ARCH)))
> EXTRA_DSO_LIBS = gkgfx
> endif
>
>+
Get rid of the unneeded whitespace addition and r=me.
Attachment #172730 -
Flags: review?(bryner) → review+
| Assignee | ||
Comment 3•21 years ago
|
||
thanks.
version 1.83.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•