From ae09b44743bccaf748c83aef7c42db5234ae9e35 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 23 Nov 2001 14:09:18 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bf4de46736..17a87f867a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.166 2001-11-23 13:51:14 geuzaine Exp $ +# $Id: Makefile,v 1.167 2001-11-23 14:09:18 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 31 @@ -479,9 +479,9 @@ compile_cygwin1: ); done link_cygwin1: g++ -Wl,--subsystem,windows -o $(GMSH_BIN_DIR)/gmsh.exe $(GMSH_FLTK_LIB)\ - Common/Icon.res $(HOME)/SOURCES/fltk/lib/libfltk_gl.a\ + Common/Icon.res $(HOME)/SOURCES/fltk-1.1/lib/libfltk_gl.a\ -lglu32 -lopengl32\ - $(HOME)/SOURCES/fltk/lib/libfltk.a\ + $(HOME)/SOURCES/fltk-1.1/lib/libfltk.a\ -lgdi32 -lwsock32 -lm cygwin1: tag compile_cygwin1 link_cygwin1 strip $(GMSH_BIN_DIR)/gmsh.exe -- GitLab