Closed Bug 280246 Opened 19 years ago Closed 19 years ago

WINCE xpfe changes

Categories

(Firefox Build System :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dougt, Assigned: dougt)

Details

Attachments

(1 file)

needed to make a changes to get xpfe to compile and work on wince
Attached patch patch v.1Splinter Review
simple build change.
Attachment #172730 - Flags: review?(bryner)
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+
thanks.  
version 1.83.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: