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

*** empty log message ***

parent b2bdfdb2
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.145 2001-09-01 15:19:05 geuzaine Exp $ # $Id: Makefile,v 1.146 2001-09-01 16:11:43 geuzaine Exp $
GMSH_RELEASE = 1.25 GMSH_RELEASE = 1.25
...@@ -357,8 +357,8 @@ dec: tag compile_dec link_dec strip_bin ...@@ -357,8 +357,8 @@ dec: tag compile_dec link_dec strip_bin
# #
compile_hp: compile_hp:
@for i in $(GMSH_FLTK_DIR); do (cd $$i && $(MAKE) \ @for i in $(GMSH_FLTK_DIR); do (cd $$i && $(MAKE) \
"CXX=$(CXX)" \ "CXX=g++" \
"CC=$(CC)" \ "CC=gcc" \
"OPT_FLAGS=-O3" \ "OPT_FLAGS=-O3" \
"OS_FLAGS=" \ "OS_FLAGS=" \
"VERSION_FLAGS=-D_FLTK -D_NODLL" \ "VERSION_FLAGS=-D_FLTK -D_NODLL" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment