diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-04-15 11:27:47 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-04-15 11:27:47 +0000 |
| commit | 7b22e99bd82a751f542fd8a1290d923510cfb381 (patch) | |
| tree | a17d2814e3ca7fd5629b12ed3d04fa1c297b8e84 /apps/plugins/chessbox/Makefile | |
| parent | 7aac7520ac369282202a753419a2dd3a2c9623b1 (diff) | |
| download | rockbox-7b22e99bd82a751f542fd8a1290d923510cfb381.zip rockbox-7b22e99bd82a751f542fd8a1290d923510cfb381.tar.gz rockbox-7b22e99bd82a751f542fd8a1290d923510cfb381.tar.bz2 rockbox-7b22e99bd82a751f542fd8a1290d923510cfb381.tar.xz | |
Chessbox: Patch #5052 by Miguel A. Arevalo: opening book. * Simplified drawing of board borders, and fixed a graphical glitch only visible on targets where all 4 borders are visible (ipod mini).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9676 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/chessbox/Makefile')
| -rw-r--r-- | apps/plugins/chessbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/Makefile b/apps/plugins/chessbox/Makefile index 7fe3e71..eb2df44 100644 --- a/apps/plugins/chessbox/Makefile +++ b/apps/plugins/chessbox/Makefile @@ -18,7 +18,7 @@ endif LINKFILE := $(OBJDIR)/link.lds DEPFILE = $(OBJDIR)/dep-chessbox -SRC = chessbox.c gnuchess.c +SRC = chessbox.c gnuchess.c opening.c SOURCES = $(SRC) OBJS := $(SRC:%.c=$(OBJDIR)/%.o) |