diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-06-15 13:19:46 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-06-15 13:19:46 +0800 |
commit | 2da6a4aec9a249417a9e4c0106ab6bec0489a36f (patch) | |
tree | 96b3d7bb38e01170fb59435a16ee4f7d2572d782 /examples/makefile | |
parent | b859c1accbb2bf7b19f634346528458ccf11b6f1 (diff) | |
download | SMELT-2da6a4aec9a249417a9e4c0106ab6bec0489a36f.tar.xz |
Added DevIL as an option for image loader.
Diffstat (limited to 'examples/makefile')
-rw-r--r-- | examples/makefile | 2 |
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 |