View | Details | Raw Unified
Collapse All | Expand All

(-) examples/Demo/Makefile.orig (-2 / +2 lines)
 Lines 2-10    Link Here 
# Handwritten by me, made with Kate. So it is far from being perfect. :)
# Handwritten by me, made with Kate. So it is far from being perfect. :)
CXX = g++
CXX = g++
CPPFLAGS = -I"../../include" -I"/usr/X11R6/include"
CPPFLAGS = -I"/usr/include/irrlicht"
CXXFLAGS = -O3 -ffast-math
CXXFLAGS = -O3 -ffast-math
LDFLAGS = -L"/usr/X11R6/lib" -L"../../lib/Linux" -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11
LDFLAGS = -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11 -lz -ljpeg -lpng
# if you enable sound add the proper library for linking
# if you enable sound add the proper library for linking
# -laudiere
# -laudiere
# -lSDL_mixer -lSDL
# -lSDL_mixer -lSDL