--- Imakefile.orig Mon Mar 17 13:32:22 1997 +++ Imakefile Fri Jun 2 19:00:15 2000 @@ -1,24 +1,24 @@ +XBATDIR=$(USRLIBDIR)/X11/Xbat # TOP10 DIR : directory for socre files # -SCORE_DIR = /usr/local/games/Xbat/Score +SCORE_DIR = $(XBATDIR)/Score # IMAGE DIR : directory for image files -IMAGE_DIR = /usr/local/games/Xbat/Image +IMAGE_DIR = $(XBATDIR)/Image # MAP DIR : directory for map files -MAP_DIR = /usr/local/games/Xbat/Map +MAP_DIR = $(XBATDIR)/Map # DOMO_DIR : directory for domogram movement files -DOMO_DIR = /usr/local/games/Xbat/Domo +DOMO_DIR = $(XBATDIR)/Domo # UNION : Set 1 if you have Intel CPU or so. # If you don't know whether you have Intel CPU or not, # compile union_check.c and run. -UNION = 0 -#UNION = 1 +#UNION = 0 +UNION = 1 #BIN DIR -BINDIR = /usr/local/bin #######################################################################