Merge remote-tracking branch 'improve_config'

This commit is contained in:
Nigel Stewart 2014-12-11 21:43:48 +10:00
commit cbe15308bf
2 changed files with 6 additions and 4 deletions

View File

@ -5,8 +5,9 @@
# #
NAME := glew32 NAME := glew32
CC := i586-mingw32msvc-gcc HOST := i586-mingw32msvc
LD := i586-mingw32msvc-ld CC := $(HOST)-gcc
LD := $(HOST)-ld
LN := LN :=
STRIP := STRIP :=
LDFLAGS.GL = -lopengl32 -lgdi32 -luser32 -lkernel32 LDFLAGS.GL = -lopengl32 -lgdi32 -luser32 -lkernel32

View File

@ -5,8 +5,9 @@
# #
NAME := glew32 NAME := glew32
CC := i686-w64-mingw32-gcc HOST := i686-w64-mingw32
LD := i686-w64-mingw32-ld CC := $(HOST)-gcc
LD := $(HOST)-ld
LN := LN :=
STRIP := STRIP :=
LDFLAGS.GL = -lopengl32 -lgdi32 -luser32 -lkernel32 LDFLAGS.GL = -lopengl32 -lgdi32 -luser32 -lkernel32