summaryrefslogtreecommitdiffstats
path: root/sdl/mingw32
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-07-18 16:10:34 -0500
committerKamil Kaminski <kamilkss@gmail.com>2011-07-18 16:10:34 -0500
commit881ada4374bc0bd52ea3d99f989a16c5436ce65d (patch)
tree58fdf2beb38edfa034cd41d83a9e661d0ae73d2e /sdl/mingw32
parent9053faa7cac1cf05a3659d1b5b24d456d96e4d22 (diff)
downloadGLPyramid-881ada4374bc0bd52ea3d99f989a16c5436ce65d.tar.gz
GLPyramid-881ada4374bc0bd52ea3d99f989a16c5436ce65d.tar.bz2
GLPyramid-881ada4374bc0bd52ea3d99f989a16c5436ce65d.zip
sdl: add a seperate file for event handling
Diffstat (limited to 'sdl/mingw32')
-rw-r--r--sdl/mingw322
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl/mingw32 b/sdl/mingw32
index 1607875..3b77287 100644
--- a/sdl/mingw32
+++ b/sdl/mingw32
@@ -1,6 +1,6 @@
BIN = pyramid
SRC = pyramid.c math3d.c gltools.c glframe.c shader.c platform.c window.c \
- gldraw.c sdltools.c luatools.c
+ gldraw.c sdltools.c luatools.c event.c
CC = gcc
CFLAGS = -Wall -std=c99 -MD
DBGFLAGS = -g -O0