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

*** empty log message ***

parent d7190b5b
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.35 2001-01-11 14:19:48 geuzaine Exp $
# $Id: Makefile,v 1.36 2001-01-11 14:26:18 geuzaine Exp $
# ----------------------------------------------------------------------
# Makefile for Gmsh
# ----------------------------------------------------------------------
......@@ -112,6 +112,10 @@ gmsh3:
$(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \
$(FLTK_LIB) -lm
gmshwin:
$(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) \
-L$(HOME)/SOURCES/fltk/lib -lfltk -lglu32 -lopengl32 -lgdi32 -lwsock32 -lm
gmsh4:
$(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \
$(FLTK_LIB) -lfltk_gl $(THREAD_LIB) -lm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment