aboutsummaryrefslogtreecommitdiffstats
path: root/wince
diff options
context:
space:
mode:
Diffstat (limited to 'wince')
-rw-r--r--wince/Makefile.sub4
1 files changed, 4 insertions, 0 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index 88ea02d68e..34a8446950 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -207,6 +207,7 @@ config.h:
#define SIZEOF_VOIDP 4
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
+#define SIZEOF_TIME_T 4
#define HAVE_PROTOTYPES 1
#define TOKEN_PASTE(x,y) x##y
#define HAVE_STDARG_PROTOTYPES 1
@@ -482,3 +483,6 @@ end
$(OBJS): {$(srcdir)}win32/win32.h
dir.$(OBJEXT): {$(srcdir)}win32/dir.h
+
+ext/extinit.obj: ext/extinit.c $(SETUP)
+ $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) -Fo$@ -c ext/extinit.c