blob: cd9ce57c259dcc3f6beba6da615e640cc93653e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** Imakefile.orig Thu Apr 2 06:03:24 1992
--- Imakefile Fri Dec 30 21:14:47 1994
***************
*** 5,11 ****
/**/# Dana Chee
/**/#
#define IHaveSubdirs
! #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) DEFINES=$(DEFINES)'
HEADERS = ui.h
SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
--- 5,11 ----
/**/# Dana Chee
/**/#
#define IHaveSubdirs
! #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)'
HEADERS = ui.h
SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
|