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:
parent
cdf5a760b2
commit
ce4f050709
3
Makefile
3
Makefile
@ -1,6 +1,7 @@
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
COPT = -Wall -O3 -c -g
|
COPT = -Wall -O3 -c -g
|
||||||
LOPT = -lSDL -o grafx2
|
LOPT = -lSDL -o grafx2
|
||||||
|
SCREEN = -D WINDOWED
|
||||||
|
|
||||||
debug: grafx2
|
debug: grafx2
|
||||||
@echo --- Everything OK.
|
@echo --- Everything OK.
|
||||||
@ -66,7 +67,7 @@ savenini.o : saveini.h saveini.c
|
|||||||
$(CC) $(COPT) saveini.c
|
$(CC) $(COPT) saveini.c
|
||||||
|
|
||||||
sdlscreen.o : sdlscreen.c sdlscreen.h
|
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
|
special.o : const.h struct.h global.h graph.h moteur.h special.c
|
||||||
$(CC) $(COPT) special.c
|
$(CC) $(COPT) special.c
|
||||||
|
|||||||
@ -420,7 +420,7 @@ void Set_Mode_SDL()
|
|||||||
/* On règle la résolution de l'écran */
|
/* On règle la résolution de l'écran */
|
||||||
{
|
{
|
||||||
#ifdef WINDOWED
|
#ifdef WINDOWED
|
||||||
#define FLAGS
|
#define FLAGS 0
|
||||||
#else
|
#else
|
||||||
#define FLAGS SDL_FULLSCREEN
|
#define FLAGS SDL_FULLSCREEN
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user