Sha256: 0c6645132be9f2f38b2954dc4f499ef30685648153405b6d059411242923da63

Contents?: true

Size: 684 Bytes

Versions: 21

Compression:

Stored size: 684 Bytes

Contents

# For cross-compiling from Linux to Windows x86 using mingw-w64
# http://mingw-w64.sourceforge.net/
#
# $ make SYSTEM=linux-mingw-w64
#

NAME  := glew32
CC    := i686-w64-mingw32-gcc
LD    := i686-w64-mingw32-ld
LN    :=
STRIP :=
LDFLAGS.GL = -lopengl32 -lgdi32 -luser32 -lkernel32
CFLAGS.EXTRA  += -fno-builtin -fno-stack-protector
LDFLAGS.EXTRA += -nostdlib
WARN = -Wall -W
POPT = -O2
BIN.SUFFIX = .exe
LIB.SONAME    = lib$(NAME).dll
LIB.DEVLNK    = lib$(NAME).dll.a    # for mingw this is the dll import lib
LIB.SHARED    = $(NAME).dll
LIB.STATIC    = lib$(NAME).a        # the static lib will be broken
LDFLAGS.SO    = -shared -soname $(LIB.SONAME) --out-implib lib/$(LIB.DEVLNK)

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
pixo-0.4.5 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.4.4 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.4.3 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.4.2 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.4.1 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.4.0 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.3.2 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.3.1 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.3.0 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.2.6 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.2.5 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.2.4 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.2.3 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.2.2 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.2.1 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.2.0 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.1.4 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.1.3 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.1.2 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64
pixo-0.1.1 ext/pixo/ext/glew/config/Makefile.linux-mingw-w64