Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/config/Makefile.linux-mingw64')
-rw-r--r--Libraries/glew-2.0.0/config/Makefile.linux-mingw6422
1 files changed, 0 insertions, 22 deletions
diff --git a/Libraries/glew-2.0.0/config/Makefile.linux-mingw64 b/Libraries/glew-2.0.0/config/Makefile.linux-mingw64
deleted file mode 100644
index f3e47a21..00000000
--- a/Libraries/glew-2.0.0/config/Makefile.linux-mingw64
+++ /dev/null
@@ -1,22 +0,0 @@
-# For cross-compiling from Linux to Windows amd64 using mingw32
-# http://www.mingw.org/
-#
-# $ make SYSTEM=linux-mingw64
-
-NAME := glew32
-HOST := i686-w64-mingw32
-CC := $(HOST)-gcc
-LD := $(HOST)-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)