default dirname for mmp builds

This commit is contained in:
ehouse 2005-02-12 02:59:14 +00:00
parent 9f255656fc
commit e287becec9

View file

@ -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))