diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-24 01:47:55 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-24 01:47:55 +0000 |
commit | 84c5c35281aba8ea9be621f38d436c9e15e42802 (patch) | |
tree | 0b0a07886295cc6fed6bdc55faae68526d5820ef /src/Makefile | |
parent | 12cb9f2d13aba5c243e60dc9d2fa3bf038448b53 (diff) |
Added keyboard help bitmap
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 5ec781c..addc749 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,7 +18,7 @@ # # ------------------------------------------------------------------------- # -# $Id: Makefile,v 1.8 2004-01-20 01:10:45 ianc Exp $ +# $Id: Makefile,v 1.9 2004-01-24 01:47:55 ianc Exp $ # @@ -40,6 +40,7 @@ SOURCE = main.c \ gui.c \ memmenu.c \ util.c \ + kbbmp.c \ exit.c OBJECTS = main.o \ @@ -50,6 +51,7 @@ OBJECTS = main.o \ gui.o \ memmenu.o \ util.o \ + kbbmp.o \ exit.o CFLAGS += -Iz80 `sdl-config --cflags` @@ -193,6 +195,7 @@ util.o: /usr/include/stdio.h /usr/include/sys/cdefs.h util.o: /usr/include/sys/_types.h /usr/include/machine/_types.h util.o: /usr/include/string.h /usr/include/strings.h /usr/include/stdarg.h util.o: util.h /usr/include/stdlib.h exit.h +kbbmp.o: kbbmp.h exit.o: /usr/include/stdlib.h /usr/include/sys/cdefs.h exit.o: /usr/include/sys/_types.h /usr/include/machine/_types.h exit.o: /usr/include/stdarg.h exit.h /usr/local/include/SDL/SDL.h |