Lines 1-5
Link Here
|
1 |
--- Makefile.orig Mon Jul 24 01:00:40 1995 |
1 |
--- Makefile.orig Mon Jul 24 02:00:40 1995 |
2 |
+++ Makefile Thu Jun 15 08:53:48 2000 |
2 |
+++ Makefile Sat Jul 6 13:53:51 2002 |
3 |
@@ -23,8 +23,8 @@ |
3 |
@@ -23,8 +23,8 @@ |
4 |
# |
4 |
# |
5 |
# Mr A S R Ashley B.Eng (Hons) 23rd July 1995 |
5 |
# Mr A S R Ashley B.Eng (Hons) 23rd July 1995 |
Lines 16-22
Link Here
|
16 |
OBJS = main.o globals/version.o |
16 |
OBJS = main.o globals/version.o |
17 |
ARCHIVES = editor/editor.a ui/ui.a MpegCodec/mpeg.a |
17 |
ARCHIVES = editor/editor.a ui/ui.a MpegCodec/mpeg.a |
18 |
- LIBS = -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm |
18 |
- LIBS = -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm |
19 |
+ LIBS = -L$(X11BASE)/lib -L$(LOCALBASE)/lib -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm |
19 |
+ LIBS = -L$(X11BASE)/lib -L$(LOCALBASE)/lib -lXext -lX11 -lnetpbm -lm |
20 |
# |
20 |
# |
21 |
# CPPFLAGS -Wall all warnings |
21 |
# CPPFLAGS -Wall all warnings |
22 |
# -pipe speeds up compilation (remove only if not using g++) |
22 |
# -pipe speeds up compilation (remove only if not using g++) |