More work on screen updates : handling of cursor display (but not erasing :(), and update of the menu buttons. Also, big speedup on text drawing.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@59 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-07-24 10:13:46 +00:00
parent 69a0795f50
commit 6233c24a9d
5 changed files with 67 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
CC = gcc
COPT = -Wall -Os -c -g
LOPT = -lSDL -o grafx2
COPT = -Wall -O3 -c -g
LOPT = -lSDL -o grafx2
debug: grafx2
@echo --- Everything OK.
@@ -17,7 +17,7 @@ main.o : graph.o const.h struct.h global.h graph.h divers.h init.h boutons.h mot
init.o : const.h struct.h global.h modesvdo.h graph.h boutons.h palette.h aide.h operatio.h init.c readini.c saveini.c
$(CC) $(COPT) init.c
graph.o : divers.o graph.c pages.c const.h struct.h global.h divers.h
graph.o : divers.o graph.c pages.c const.h struct.h global.h divers.h erreurs.h
$(CC) $(COPT) graph.c
divers.o : global.h const.h divers.c