From af089de849efe3ec26556c816de2da001fd27775 Mon Sep 17 00:00:00 2001 From: ehouse Date: Mon, 26 May 2008 00:47:40 +0000 Subject: [PATCH] Move to new cegcc, whose tools have slightly different name. --- xwords4/wince/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwords4/wince/Makefile b/xwords4/wince/Makefile index cfff4d1d3..b21bae49f 100644 --- a/xwords4/wince/Makefile +++ b/xwords4/wince/Makefile @@ -36,7 +36,8 @@ MINGW_INC_PATH ?= -I/usr/i586-mingw32msvc/include CE_ARCH = arm-wince-pe else MINGW_INC_PATH = #in case it's in env -CE_ARCH = arm-wince-mingw32ce +#CE_ARCH = arm-wince-mingw32ce +CE_ARCH = arm-mingw32ce endif CEOPT_ROOT ?= /opt