2000-01-22 11:46:45 +00:00
|
|
|
*** Imakefile.orig Wed Aug 28 02:34:41 1996
|
|
|
|
--- Imakefile Sat Jan 15 00:00:00 2000
|
1996-11-20 07:06:59 +00:00
|
|
|
***************
|
|
|
|
*** 1,7 ****
|
|
|
|
DEFINES= -DNDEBUG
|
|
|
|
! EXTRA_INCLUDES= -I/usr/local/include
|
|
|
|
|
|
|
|
! SYS_LIBRARIES= -L/usr/local/lib -lXpm $(XLIB)
|
|
|
|
# -lXpm is only needed if you are using Xpm.
|
|
|
|
|
|
|
|
SRCS= display.c main.c resources.c play.c score.c screen.c \
|
2000-01-22 11:46:45 +00:00
|
|
|
--- 1,7 ----
|
1996-11-20 07:06:59 +00:00
|
|
|
DEFINES= -DNDEBUG
|
2000-01-22 11:46:45 +00:00
|
|
|
! EXTRA_INCLUDES= -I$(INCDIR)/X11
|
1996-11-20 07:06:59 +00:00
|
|
|
|
2000-01-22 11:46:45 +00:00
|
|
|
! SYS_LIBRARIES= -lXpm $(XLIB)
|
1996-11-20 07:06:59 +00:00
|
|
|
# -lXpm is only needed if you are using Xpm.
|
|
|
|
|
|
|
|
SRCS= display.c main.c resources.c play.c score.c screen.c \
|