From 6ad248c86e45933f9c61a7ce9f0546429d41c97e Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 12 Jul 2011 22:45:49 -0500 Subject: add loading texture functions and tweak sdl init --- sdl/mingw32 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sdl/mingw32') 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 -- cgit v1.2.3