Revert "Update support for Cygwin 2.10.0 - based on MSYS toolchain config."

This reverts commit 2b3a490f7cd45afc294aedad55196b7a5a89813f.
This commit is contained in:
Paul Steinbrecher 2018-08-09 08:26:01 -06:00 committed by Nigel Stewart
parent 23a7226493
commit e0e17b923e
1 changed files with 1 additions and 2 deletions

View File

@ -4,10 +4,9 @@ GLEW_DEST ?= /usr
CC := cc
LD := cc
LN :=
CFLAGS.EXTRA += -D_WIN32
LDFLAGS.EXTRA =
LIBDIR = $(GLEW_DEST)/lib
LDFLAGS.GL = -lOpenGL32 -mwindows
LDFLAGS.GL = -lGL -lX11
LDFLAGS.STATIC = -Wl,-Bstatic
LDFLAGS.DYNAMIC = -Wl,-Bdynamic
WARN = -Wall -W