diff options
author | Kyle K <kylek389@gmail.com> | 2011-07-02 14:59:16 -0500 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-07-02 14:59:16 -0500 |
commit | 01d6561d73d11a28fd339d46e73e12fd5658300a (patch) | |
tree | 4c421770be1b335f4ae38042480ed905f232c60c /sdl/mingw32 | |
parent | 616f2216d80848f88605be75fd03049f6d635378 (diff) | |
download | GLPyramid-01d6561d73d11a28fd339d46e73e12fd5658300a.tar.gz GLPyramid-01d6561d73d11a28fd339d46e73e12fd5658300a.tar.bz2 GLPyramid-01d6561d73d11a28fd339d46e73e12fd5658300a.zip |
split more
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 |