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

link fltk1.1 on win32

parent c78aa34f
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.192 2002-03-11 17:59:21 geuzaine Exp $
# $Id: Makefile,v 1.193 2002-03-31 01:48:29 geuzaine Exp $
GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 34
......@@ -556,7 +556,7 @@ compile-cygwin1: initialtag
"CXX=g++" \
"CC=gcc" \
"OPT_FLAGS=-O2" \
"OS_FLAGS=-DWIN32 -D_LITTLE_ENDIAN" \
"OS_FLAGS=-mwindows -DWIN32 -fvtable-thunks -D_LITTLE_ENDIAN" \
"VERSION_FLAGS=-D_FLTK -I/usr/include/w32api" \
"GL_INCLUDE=" \
"GUI_INCLUDE=-I$(HOME)/SOURCES/fltk-1.1" \
......@@ -566,7 +566,7 @@ link-cygwin1:
Common/Icon.res $(HOME)/SOURCES/fltk-1.1/lib/libfltk_gl.a\
-lglu32 -lopengl32\
$(HOME)/SOURCES/fltk-1.1/lib/libfltk.a\
-lgdi32 -lwsock32 -lm
-lgdi32 -lole32 -luuid -lwsock32 -lm
cygwin1: compile-cygwin1 link-cygwin1
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment