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

test for new cygwin

parent f56b2a40
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.231 2002-10-12 18:18:35 geuzaine Exp $ # $Id: Makefile,v 1.232 2002-10-16 16:10:03 geuzaine Exp $
GMSH_MAJOR_VERSION = 1 GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 35 GMSH_MINOR_VERSION = 35
...@@ -374,10 +374,10 @@ compile-cygwin: initialtag ...@@ -374,10 +374,10 @@ compile-cygwin: initialtag
"GUI_INCLUDE=-I$(FLTK_DIR)" \ "GUI_INCLUDE=-I$(FLTK_DIR)" \
); done ); done
link-cygwin: link-cygwin:
g++ -Wl,--subsystem,windows -o $(GMSH_BIN_DIR)/gmsh.exe $(GMSH_FLTK_LIB)\ g++ -Wl,--subsystem,windows -mwindows -o $(GMSH_BIN_DIR)/gmsh.exe\
Fltk/Icon.res $(FLTK_DIR)/lib/libfltk_gl.a\ $(GMSH_FLTK_LIB) Fltk/Icon.res $(FLTK_DIR)/lib/libfltk_gl.a\
-lglu32 -lopengl32\ -lglu32 -lopengl32 $(FLTK_DIR)/lib/libfltk.a \
$(FLTK_DIR)/lib/libfltk.a -lgdi32 -lwsock32 -lm -lole32 -luuid -lcomctl32 -lwsock32 -lm
cygwin: compile-cygwin link-cygwin cygwin: compile-cygwin link-cygwin
distrib-cygwin: distrib-cygwin:
make tag make tag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment