Fixups for building under linux...

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@235 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2008-10-12 11:07:27 +00:00
parent c35f410a74
commit 2bf228cc6c
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Windows specific
ifdef COMSPEC
ifdef COMSPEC
DELCOMMAND = del
BIN = grafx2.exe
CFGBIN = gfxcfg.exe
@ -39,7 +39,7 @@ else
else
BIN = grafx2
CFGBIN = gfxcfg
COPT = -Wall -c -g
COPT = -Wall -c -g `sdl-config --cflags`
LOPT = -lSDL -o $(BIN)
CC = gcc
endif

View File

@ -20,6 +20,7 @@
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <stdbool.h>
#include <SDL.h>
/*** Types definitions and structs ***/