From f23abf2098c25c4e430a369e974c5e5b83223f4e Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 21 Nov 2002 01:07:21 +0000
Subject: [PATCH] Re-adding the Rez step.

Explanation: we don't use resources anymore in the distributed
version, but we should 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.
---
 Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 431ccd40fd..07415e90b2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.242 2002-11-13 19:26:41 geuzaine Exp $
+# $Id: Makefile,v 1.243 2002-11-21 01:07:21 geuzaine Exp $
 
 GMSH_MAJOR_VERSION = 1
 GMSH_MINOR_VERSION = 36
@@ -491,8 +491,11 @@ compile-macosx: initialtag
 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
-# We don't use resources anymore...
-#	/Developer/Tools/Rez -t APPL -o $(GMSH_BIN_DIR)/gmsh $(FLTK_DIR)/FL/mac.r
+	/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 tag
-- 
GitLab