summaryrefslogtreecommitdiffstats
path: root/sdl/mingw32
diff options
context:
space:
mode:
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)