[m-dev.] trivial diff: extras/graphics/samples/pent/Mmakefile
Simon Taylor
stayl at cs.mu.OZ.AU
Tue Nov 16 10:57:16 AEDT 1999
Estimated hours taken: 0.1
extras/graphics/samples/pent/Mmakefile:
Fix the location of the Tcl/Tk and OpenGL packages.
Index: Mmakefile
===================================================================
RCS file: /home/staff/zs/imp/mercury/extras/graphics/samples/pent/Mmakefile,v
retrieving revision 1.1
diff -u -u -r1.1 Mmakefile
--- Mmakefile 1998/09/29 05:33:48 1.1
+++ Mmakefile 1999/11/15 23:17:38
@@ -7,8 +7,8 @@
-lXmu -lXext -ldl
# Specify the location of the `mercury_tcltk' and `mercury_opengl' packages.
-MERCURY_TCLTK_DIR = ../mercury_tcltk
-MERCURY_OPENGL_DIR = ../mercury_opengl
+MERCURY_TCLTK_DIR = ../../mercury_tcltk
+MERCURY_OPENGL_DIR = ../../mercury_opengl
# Tell mmake to use the `mercury_tcltk' and `mercury_opengl' libraries.
VPATH = $(MERCURY_OPENGL_DIR):$(MERCURY_TCLTK_DIR):$(MMAKE_VPATH)
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list