From e287becec99a8c24217788ec8fb7229205f7ef32 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 12 Feb 2005 02:59:14 +0000 Subject: [PATCH] default dirname for mmp builds --- xwords4/symbian/inc/xptypes.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xwords4/symbian/inc/xptypes.h b/xwords4/symbian/inc/xptypes.h index ae936dc41..c202c6e14 100644 --- a/xwords4/symbian/inc/xptypes.h +++ b/xwords4/symbian/inc/xptypes.h @@ -37,6 +37,10 @@ extern "C" { #endif +#ifndef XWORDS_DIR +# define XWORDS_DIR "xwords_80" +#endif + #define XP_TRUE ((XP_Bool)(1==1)) #define XP_FALSE ((XP_Bool)(1==0))