From f94aeeda8f82f0feb177831ca9d559052c876573 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 3 Feb 2003 17:07:30 +0000 Subject: [PATCH] Note for 'otool -L' --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 434a99fa0b..2abf43762b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.252 2003-01-26 18:24:59 geuzaine Exp $ +# $Id: Makefile,v 1.253 2003-02-03 17:07:30 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 37 @@ -477,6 +477,10 @@ solaris-scorec: compile-solaris-scorec link-solaris-scorec # # MacOS X +# - we don't use resource forks anymore in the distributed version, but we +# leave the Rez step so that one can still launch a working version +# from the command line without having to do "distrib-mac". +# - use 'otool -L' to check linked dynamic libraries # compile-macosx: initialtag @for i in $(GMSH_FLTK_DIR); do (cd $$i && $(MAKE) \ @@ -493,10 +497,6 @@ link-macosx: $(CXX) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) -L$(FLTK_DIR)/lib -lfltk_gl -lfltk \ -framework AGL -framework OpenGL -framework Carbon -framework ApplicationServices /Developer/Tools/Rez -t APPL -o $(GMSH_BIN_DIR)/gmsh $(FLTK_DIR)/FL/mac.r -# We don't use resources anymore in the distributed version, but we -# can leave the Rez step so that we can still launch a working version -# of the code from the command line without having to do the -# "distrib-mac" step. macosx: compile-macosx link-macosx distrib-macosx: make clean -- GitLab