summaryrefslogtreecommitdiffstats
path: root/sdl/mingw32
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/mingw32')
-rw-r--r--sdl/mingw323
1 files changed, 2 insertions, 1 deletions
diff --git a/sdl/mingw32 b/sdl/mingw32
index 93d3bf3..591f975 100644
--- a/sdl/mingw32
+++ b/sdl/mingw32
@@ -1,5 +1,6 @@
BIN = pyramid
-SRC = pyramid.c math3d.c gltools.c glframe.c shader.c platform.c window.c
+SRC = pyramid.c math3d.c gltools.c glframe.c shader.c platform.c window.c \
+ gldraw.c sdltools.c
CC = gcc
CFLAGS = -Wall -std=c99 -MD
DBGFLAGS = -g -O0