Skip to content
Snippets Groups Projects
Commit 723c81a6 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 0a45186d
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.225 2002-05-30 15:53:06 geuzaine Exp $ # $Id: Makefile,v 1.226 2002-06-12 01:58:41 geuzaine Exp $
GMSH_MAJOR_VERSION = 1 GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 35 GMSH_MINOR_VERSION = 35
...@@ -489,7 +489,7 @@ compile-macosx: initialtag ...@@ -489,7 +489,7 @@ compile-macosx: initialtag
"GUI_INCLUDE=-I$(FLTK_DIR)" \ "GUI_INCLUDE=-I$(FLTK_DIR)" \
); done ); done
link-macosx: link-macosx:
$(CXX) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) -L../fltk/lib -lfltk_gl -lfltk \ $(CXX) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) -L$(FLTK_DIR)/lib -lfltk_gl -lfltk \
-framework AGL -framework OpenGL -framework Carbon -framework ApplicationServices -framework AGL -framework OpenGL -framework Carbon -framework ApplicationServices
/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
macosx: compile-macosx link-macosx macosx: compile-macosx link-macosx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment