Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maik Froechtenicht
glew
Commits
23a72264
Commit
23a72264
authored
Aug 08, 2018
by
Paul Steinbrecher
Committed by
Nigel Stewart
Oct 10, 2018
Browse files
Update support for Cygwin 2.10.0 - based on MSYS toolchain config.
parent
b7c40325
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/Makefile.cygwin
View file @
23a72264
...
...
@@ -4,9 +4,10 @@ GLEW_DEST ?= /usr
CC
:=
cc
LD
:=
cc
LN
:=
CFLAGS.EXTRA
+=
-D_WIN32
LDFLAGS.EXTRA
=
LIBDIR
=
$(GLEW_DEST)
/lib
LDFLAGS.GL
=
-l
GL
-lX11
LDFLAGS.GL
=
-l
OpenGL32
-mwindows
LDFLAGS.STATIC
=
-Wl
,-Bstatic
LDFLAGS.DYNAMIC
=
-Wl
,-Bdynamic
WARN
=
-Wall
-W
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment