diff options
Diffstat (limited to 'sdl/mingw32')
-rw-r--r-- | sdl/mingw32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl/mingw32 b/sdl/mingw32 index eb1cbbc..93d3bf3 100644 --- a/sdl/mingw32 +++ b/sdl/mingw32 @@ -1,5 +1,5 @@ BIN = pyramid -SRC = pyramid.c math3d.c gltools.c glframe.c shader.c +SRC = pyramid.c math3d.c gltools.c glframe.c shader.c platform.c window.c CC = gcc CFLAGS = -Wall -std=c99 -MD DBGFLAGS = -g -O0 |