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

*** empty log message ***

parent efeaafe5
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.490 2008-07-04 22:43:37 geuzaine Exp $ # $Id: Makefile,v 1.491 2008-07-04 22:45:19 geuzaine Exp $
# #
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
# #
...@@ -24,7 +24,7 @@ include variables ...@@ -24,7 +24,7 @@ include variables
GMSH_MAJOR_VERSION = 2 GMSH_MAJOR_VERSION = 2
GMSH_MINOR_VERSION = 2 GMSH_MINOR_VERSION = 2
GMSH_PATCH_VERSION = 3 GMSH_PATCH_VERSION = 3
GMSH_EXTRA_VERSION = "-cvs-20080705" GMSH_EXTRA_VERSION =
GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION} GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION}
......
dnl $Id: configure.in,v 1.161 2008-07-04 15:17:45 geuzaine Exp $ dnl $Id: configure.in,v 1.162 2008-07-04 22:43:37 geuzaine Exp $
dnl dnl
dnl Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle dnl Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
dnl dnl
...@@ -231,9 +231,9 @@ esac ...@@ -231,9 +231,9 @@ esac
dnl Choose to build the GUI or the batch version dnl Choose to build the GUI or the batch version
if test "x$enable_gui" != "xno"; then if test "x$enable_gui" != "xno"; then
GMSH_DIRS="Common Geo Mesh Post Numeric Parser Plugin Graphics Fltk" GMSH_DIRS="Common Geo Mesh Post Plugin Numeric Parser Graphics Fltk"
GMSH_LIBS="-Llib -lGmshFltk -lGmshParser -lGmshGraphics -lGmshPlugin -lGmshMesh" GMSH_LIBS="-Llib -lGmshFltk -lGmshCommon -lGmshGeo -lGmshMesh -lGmshPost -lGmshPlugin"
GMSH_LIBS="${GMSH_LIBS} -lGmshGeo -lGmshPost -lGmshCommon -lGmshNumeric" GMSH_LIBS="${GMSH_LIBS} -lGmshCommon -lGmshGraphics -lGmshParser -lGmshNumeric"
FLAGS="-DHAVE_FLTK ${FLAGS}" FLAGS="-DHAVE_FLTK ${FLAGS}"
if test "x${FLTK_PREFIX}" != "x" ; then if test "x${FLTK_PREFIX}" != "x" ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment