summaryrefslogtreecommitdiffstats
path: root/sdl/mingw32
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-01-17 17:59:39 -0600
committerKamil Kaminski <kamilkss@gmail.com>2011-01-17 17:59:39 -0600
commita45c12c116ef9ae77ded325423351cc34b6c0fb1 (patch)
treebd71f7d68d3fbcd19b21d14702101d51975f1655 /sdl/mingw32
parent95fb08d84d8cbcc23f2ac03cd3a51debed34541f (diff)
downloadGLPyramid-a45c12c116ef9ae77ded325423351cc34b6c0fb1.tar.gz
GLPyramid-a45c12c116ef9ae77ded325423351cc34b6c0fb1.tar.bz2
GLPyramid-a45c12c116ef9ae77ded325423351cc34b6c0fb1.zip
sdl: add icon to window heading
Diffstat (limited to 'sdl/mingw32')
-rw-r--r--sdl/mingw322
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl/mingw32 b/sdl/mingw32
index ff7555e..19e9fcd 100644
--- a/sdl/mingw32
+++ b/sdl/mingw32
@@ -7,7 +7,7 @@ ifdef DEBUG
else
CFLAGS = -Wall -std=c99 -O2 -march=native -mtune=native
endif
-LDFLAGS = -lglew32 -lopengl32 -lglu32 -lm -lfreeglut -lmingw32 -lsdlmain -lsdl -mwindows
+LDFLAGS = -lglew32 -lopengl32 -lglu32 -lm -lfreeglut -lmingw32 -lsdlmain -lsdl -lsdl_image -mwindows
$(PROG): $(OBJS)
$(CC) -o $(PROG) $(OBJS) $(LDFLAGS)