blob: 56de8ca5c8e82f0e975aa18f4041c1720ac875d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- ../../examples/Demo/Makefile.old 2006-10-14 13:06:42.000000000 +0200
+++ ../../examples/Demo/Makefile 2006-10-14 13:08:32.000000000 +0200
@@ -2,9 +2,9 @@
# Handwritten by me, made with Kate. So it is far from being perfect. :)
CXX = g++
-CPPFLAGS = -I"../../include" -I"/usr/X11R6/include"
+CPPFLAGS = -I/usr/include/irrlicht
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 -lpng -ljpeg
# if you enable sound add the proper library for linking
# -laudiere
# -lSDL_mixer -lSDL
|