From ce4f0507097c40561b24047ae4db1cc64f8f498b Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 9 Aug 2008 15:36:49 +0000 Subject: [PATCH] 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 --- Makefile | 3 ++- ...oteur des opérations.html => Le moteur des operations.html} | 0 doc/{Les entrées.html => Les entrees.html} | 0 sdlscreen.c | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) rename doc/{Le moteur des opérations.html => Le moteur des operations.html} (100%) rename doc/{Les entrées.html => Les entrees.html} (100%) diff --git a/Makefile b/Makefile index 33c93eb1..becb140e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/doc/Le moteur des opérations.html b/doc/Le moteur des operations.html similarity index 100% rename from doc/Le moteur des opérations.html rename to doc/Le moteur des operations.html diff --git a/doc/Les entrées.html b/doc/Les entrees.html similarity index 100% rename from doc/Les entrées.html rename to doc/Les entrees.html diff --git a/sdlscreen.c b/sdlscreen.c index 3fac0e98..2043b037 100644 --- a/sdlscreen.c +++ b/sdlscreen.c @@ -420,7 +420,7 @@ void Set_Mode_SDL() /* On règle la résolution de l'écran */ { #ifdef WINDOWED - #define FLAGS + #define FLAGS 0 #else #define FLAGS SDL_FULLSCREEN #endif