From ea310b1e270f0fa6bc799d9832052ab44e4b8b4f Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 18 May 2002 07:28:53 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d3ca560056..d2dbec32c9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.211 2002-05-18 07:17:59 geuzaine Exp $ +# $Id: Makefile,v 1.212 2002-05-18 07:28:53 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 35 @@ -538,7 +538,7 @@ compile-cygwin: initialtag ); done link-cygwin: g++ -Wl,--subsystem,windows -o $(GMSH_BIN_DIR)/gmsh.exe $(GMSH_FLTK_LIB)\ - Common/Icon.res $(HOME)/SOURCES/fltk-1.1/lib/libfltk_gl.a\ + Fltk/Icon.res $(HOME)/SOURCES/fltk-1.1/lib/libfltk_gl.a\ -lglu32 -lopengl32\ $(HOME)/SOURCES/fltk-1.1/lib/libfltk.a -lgdi32 -lwsock32 -lm cygwin: compile-cygwin link-cygwin @@ -562,7 +562,7 @@ cygwin-gertha-buro: initialtag "GUI_INCLUDE=-I../../fltk" \ ); done g++ -Wl,--subsystem,windows -o $(GMSH_BIN_DIR)/gmsh.exe $(GMSH_FLTK_LIB)\ - Common/Icon.res ../fltk/lib/libfltk.a\ + Fltk/Icon.res ../fltk/lib/libfltk.a\ -lglu32 -lopengl32 -lgdi32 -lwsock32 -lm # @@ -579,7 +579,7 @@ cygwin-laptopjf: initialtag "GUI_INCLUDE=-I../../fltk-1.0.9" \ ); done g++ -Wl,--subsystem,windows -o $(GMSH_BIN_DIR)/gmsh-cyg.exe $(GMSH_FLTK_LIB)\ - Common/Icon.res ../fltk-1.0.9/lib/libfltk.a\ + Fltk/Icon.res ../fltk-1.0.9/lib/libfltk.a\ -lglu32 -lopengl32 -lgdi32 -lwsock32 -lm cygwin-laptopjf_tag: tag cygwin-laptopjf -- GitLab