diff options
author | unknown <nfm@.(none)> | 2011-07-12 22:45:49 -0500 |
---|---|---|
committer | unknown <nfm@.(none)> | 2011-07-12 22:45:49 -0500 |
commit | 6ad248c86e45933f9c61a7ce9f0546429d41c97e (patch) | |
tree | 4f6b3e640ca5e3fb97cd8929749b57f1636855a3 /sdl/mingw32 | |
parent | 4150b0db22bbf191eb27a90d6abd589cf4e64aa6 (diff) | |
download | GLPyramid-6ad248c86e45933f9c61a7ce9f0546429d41c97e.tar.gz GLPyramid-6ad248c86e45933f9c61a7ce9f0546429d41c97e.tar.bz2 GLPyramid-6ad248c86e45933f9c61a7ce9f0546429d41c97e.zip |
add loading texture functions and tweak sdl init
Diffstat (limited to 'sdl/mingw32')
-rw-r--r-- | sdl/mingw32 | 3 |
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 |