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

*** empty log message ***

parent 613a66eb
No related branches found
No related tags found
No related merge requests found
# $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_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 31 GMSH_MINOR_VERSION = 31
...@@ -479,9 +479,9 @@ compile_cygwin1: ...@@ -479,9 +479,9 @@ compile_cygwin1:
); done ); done
link_cygwin1: link_cygwin1:
g++ -Wl,--subsystem,windows -o $(GMSH_BIN_DIR)/gmsh.exe $(GMSH_FLTK_LIB)\ 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\ -lglu32 -lopengl32\
$(HOME)/SOURCES/fltk/lib/libfltk.a\ $(HOME)/SOURCES/fltk-1.1/lib/libfltk.a\
-lgdi32 -lwsock32 -lm -lgdi32 -lwsock32 -lm
cygwin1: tag compile_cygwin1 link_cygwin1 cygwin1: tag compile_cygwin1 link_cygwin1
strip $(GMSH_BIN_DIR)/gmsh.exe strip $(GMSH_BIN_DIR)/gmsh.exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment