Closed Bug 280231 Opened 20 years ago Closed 20 years ago

WINCE embedding changes

Categories

(Firefox Build System :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dougt, Assigned: dougt)

References

Details

Attachments

(1 file)

needed to make a few small build changes to get mozilla/content to compile on wince
Attached patch patch v.1Splinter Review
Attachment #172716 - Flags: review?(dveditz)
Blocks: 277211
Comment on attachment 172716 [details] [diff] [review]
patch v.1

>Index: embedding/base/Makefile.in

>-ifeq ($(OS_ARCH),WINNT)
>+ifeq (,$(filter-out WINNT WINCE,$(OS_ARCH)))

"standard style" is "ifneq (,$(filter WINNT WINCE,$(OS_ARCH))"

>Index: embedding/browser/build/Makefile.in

ditto

>Index: embedding/components/build/Makefile.in

>+ifneq ($(OS_ARCH), WINCE)

Remove the extra space, which can cause problems.
Attachment #172716 - Flags: review?(dveditz) → review+
Comment on attachment 172716 [details] [diff] [review]
patch v.1

Benjamin, both styles exist live in the tree and there isn't any documentation
which way is more correct, even though they are equal.	I would like to leave
these as is.

if that is a problem, we should probably make a single sweep through the tree
and kill all filter-out's.

Where
Checking in embedding/base/Makefile.in;
/cvsroot/mozilla/embedding/base/Makefile.in,v  <--  Makefile.in
new revision: 1.32; previous revision: 1.31
done
Checking in embedding/base/nsEmbedAPI.h;
/cvsroot/mozilla/embedding/base/nsEmbedAPI.h,v  <--  nsEmbedAPI.h
new revision: 1.15; previous revision: 1.14
done
Checking in embedding/browser/build/Makefile.in;
/cvsroot/mozilla/embedding/browser/build/Makefile.in,v  <--  Makefile.in
new revision: 1.33; previous revision: 1.32
done
Checking in embedding/components/build/Makefile.in;
/cvsroot/mozilla/embedding/components/build/Makefile.in,v  <--  Makefile.in
new revision: 1.49; previous revision: 1.48
done


Thanks for the review!!
Status: NEW → RESOLVED
Closed: 20 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: