Removed some accents in two filenames to avoid problems with some locale settings when doing a checkout

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@96 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-08-09 15:36:49 +00:00
parent cdf5a760b2
commit ce4f050709
4 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
CC = gcc
COPT = -Wall -O3 -c -g
LOPT = -lSDL -o grafx2
SCREEN = -D WINDOWED
debug: grafx2
@echo --- Everything OK.
@@ -66,7 +67,7 @@ savenini.o : saveini.h saveini.c
$(CC) $(COPT) saveini.c
sdlscreen.o : sdlscreen.c sdlscreen.h
$(CC) $(COPT) sdlscreen.c
$(CC) $(COPT) sdlscreen.c $(SCREEN)
special.o : const.h struct.h global.h graph.h moteur.h special.c
$(CC) $(COPT) special.c