summaryrefslogtreecommitdiff
path: root/config/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/Makefile.in')
-rw-r--r--config/Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/config/Makefile.in b/config/Makefile.in
index 7a1ccbd9..14b3f913 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -58,15 +58,18 @@ RELEASE_BINS = nspr-config
include $(topsrcdir)/config/config.mk
+ifneq ($(OS_TARGET),WINCE)
CSRCS = now.c
# This version hasn't been ported for us; the one in mozilla/config has
ifneq ($(OS_ARCH),OS2)
CSRCS += nsinstall.c
-
+
PLSRCS = nfspwd.pl
endif
+endif
+
ifeq (,$(CROSS_COMPILE)$(filter-out WINNT OS2,$(OS_ARCH)))
PROG_SUFFIX = .exe
else
@@ -116,6 +119,7 @@ endif
include $(topsrcdir)/config/rules.mk
+ifneq ($(OS_TARGET),WINCE)
PROGS = $(OBJDIR)/now$(PROG_SUFFIX)
ifeq (,$(CROSS_COMPILE)$(filter-out OS2 WINNT,$(OS_ARCH)))
@@ -125,8 +129,10 @@ PROGS += $(OBJDIR)/nsinstall$(PROG_SUFFIX)
TARGETS = $(PROGS) $(PLSRCS:.pl=)
endif
+endif
+
OUTOPTION = -o # end of the line
-ifeq (,$(filter-out WINNT WIN95,$(OS_TARGET)))
+ifeq (,$(filter-out WINNT WIN95 WINCE,$(OS_TARGET)))
ifndef NS_USE_GCC
OUTOPTION = /Fe
endif