From 881ada4374bc0bd52ea3d99f989a16c5436ce65d Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 18 Jul 2011 16:10:34 -0500 Subject: sdl: add a seperate file for event handling --- sdl/mingw32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdl/mingw32') 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 -- cgit v1.2.3