aboutsummaryrefslogtreecommitdiff
path: root/examples/21.Quake3Explorer/Makefile
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-10-21 21:52:10 +0300
committerFathi Boudra <fabo@debian.org>2011-10-21 21:52:10 +0300
commit33e4aee565b667d2a13902525ca95b8cd300c3c3 (patch)
treea912da66373b152c8f34a9cdc511458fdaab3cee /examples/21.Quake3Explorer/Makefile
parent34b231499fe8a46e7b2c82db51f706a4a9f96142 (diff)
link against GLESv2
Diffstat (limited to 'examples/21.Quake3Explorer/Makefile')
-rw-r--r--examples/21.Quake3Explorer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/21.Quake3Explorer/Makefile b/examples/21.Quake3Explorer/Makefile
index 3bdcf05..186f65e 100644
--- a/examples/21.Quake3Explorer/Makefile
+++ b/examples/21.Quake3Explorer/Makefile
@@ -16,9 +16,9 @@ ifeq ($(HOSTTYPE), x86_64)
LIBSELECT=64
endif
-OGLESLIBS := -L$(HOME)/irrlicht/SDKPackage-ogles1/Builds/OGLES/LinuxPC/Lib -lGLES_CM
+OGLESLIBS := -lEGL -lGLESv2
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht $(OGLESLIBS) -lXxf86vm -lXext -lX11 -lXcursor
+all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht $(OGLESLIBS) -lXxf86vm -lXext -lX11 -lXcursor -lz -lpng -ljpeg -lbz2
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc