aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2019-06-15 13:19:46 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2019-06-15 13:19:46 +0800
commit2da6a4aec9a249417a9e4c0106ab6bec0489a36f (patch)
tree96b3d7bb38e01170fb59435a16ee4f7d2572d782 /examples
parentb859c1accbb2bf7b19f634346528458ccf11b6f1 (diff)
downloadSMELT-2da6a4aec9a249417a9e4c0106ab6bec0489a36f.tar.xz
Added DevIL as an option for image loader.
Diffstat (limited to 'examples')
-rw-r--r--examples/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/makefile b/examples/makefile
index c927ae7..48b4891 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -1,7 +1,7 @@
CC= g++
CXXFLAGS= -I/usr/include/freetype2 -I../include -D_LINUX -g
LINK= -lSDL2 -lvorbis -lvorbisfile -lopenal -ljpeg -lpng -lfreetype -lz -lsmeltext -lsmelt -lCxImage
-LINK_GLFW= -lglfw -lGLEW -lGL -lvorbis -lvorbisfile -lopenal -ljpeg -lpng -lfreetype -lz -lsmeltext -lsmelt -lCxImage
+LINK_GLFW= -lglfw -lGLEW -lGL -lvorbis -lvorbisfile -lopenal -ljpeg -lpng -lfreetype -lz -lsmeltext -lsmelt -lIL -lILU
LINK_FOLDER= -L../smelt/sdl -L../extensions
LINK_GLFW_FOLDER= -L../smelt/glfw -L../extensions