Closed Bug 418648 Opened 16 years ago Closed 16 years ago

configure changes required for building on windows mobile

Categories

(Firefox Build System :: General, defect)

All
Windows Mobile 6 Standard
defect
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dougt, Assigned: dougt)

Details

Attachments

(1 file)

Attached patch patch v.1Splinter Review
      No description provided.
Attachment #304514 - Flags: review?(benjamin)
Comment on attachment 304514 [details] [diff] [review]
patch v.1

>Index: configure.in

>@@ -3901,7 +3919,7 @@
>         NSPR_LIBS='$(LIBXUL_DIST)/lib/nspr'$NSPR_VERSION'.lib $(LIBXUL_DIST)/lib/plc'$NSPR_VERSION'.lib $(LIBXUL_DIST)/lib/plds'$NSPR_VERSION'.lib '$_PTHREAD_LDFLAGS''
>     elif test "$OS_ARCH" = "WINCE"; then
>         NSPR_CFLAGS='-I$(LIBXUL_DIST)/include/nspr'
>-        NSPR_LIBS='$(LIBXUL_DIST)/lib/nspr'$NSPR_VERSION'.lib $(LIBXUL_DIST)/lib/plc'$NSPR_VERSION'.lib $(LIBXUL_DIST)/lib/plds'$NSPR_VERSION'.lib '
>+        NSPR_LIBS='$(LIBXUL_DIST)/lib/libnspr'$NSPR_VERSION'.lib $(LIBXUL_DIST)/lib/libplc'$NSPR_VERSION'.lib $(LIBXUL_DIST)/lib/libplds'$NSPR_VERSION'.lib '
>     elif test "$OS_ARCH" = "WINNT"; then
>         NSPR_CFLAGS='-I$(LIBXUL_DIST)/include/nspr'
>         if test -n "$GNU_CC"; then

I'd prefer to avoid this, if we can get NSPR to produce the same import libraries for WINCE that it does for WINNT.
Attachment #304514 - Flags: review?(benjamin) → review+
Comment on attachment 304514 [details] [diff] [review]
patch v.1

i agree.  we do not have to use lib<libraryname>.
Attachment #304514 - Flags: approval1.9?
Comment on attachment 304514 [details] [diff] [review]
patch v.1

a=beltzner for 1.9
Attachment #304514 - Flags: approval1.9? → approval1.9+
Checking in configure.in;
/cvsroot/mozilla/configure.in,v  <--  configure.in
new revision: 1.1934; previous revision: 1.1933
done
Status: ASSIGNED → RESOLVED
Closed: 16 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: