From 8fc040415863d8e35932d33bcdb88c7ae85e28f5 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 28 Jan 2006 19:05:39 +0000 Subject: [PATCH] use debhacks; add flags to compile for wince --- xwords4/wince/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xwords4/wince/Makefile b/xwords4/wince/Makefile index 69dcb0510..e0985ccdf 100644 --- a/xwords4/wince/Makefile +++ b/xwords4/wince/Makefile @@ -22,7 +22,7 @@ WINDRES = arm-wince-pe-windres STRIP = arm-wince-pe-strip CELIBS = -L/usr/arm-wince-pe/lib TARGET_OS_DEF = -DTARGET_OS_WINCE -CFLAGS += -DUNDER_CE +CFLAGS += -DUNDER_CE -DCANT_DO_CMDBAR -DUSE_DEB_HACKS -fdollars-in-identifiers else ifeq ($(TARGET_OS),win32) CC = i586-mingw32msvc-gcc @@ -60,6 +60,7 @@ WINCESRC = \ ceprefs.c \ cestrbx.c \ cedraw.c \ + debhacks.c \ WINCEOBJS = $(patsubst %.c,%.o,$(addprefix $(OBJDIR)/,$(WINCESRC))) @@ -110,8 +111,8 @@ $(OBJDIR)/xwords4.rc.o : xwords4.rc $(INCLUDES) SHIP: $(TARGET) $(STRIP) $< -ifdef UPLOAD_LOC - cp $< $(UPLOAD_LOC) +ifdef WINCE_UPLOAD_LOC + cp $< $(WINCE_UPLOAD_LOC) endif test: