mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
Add Fedora ming32 build configuration.
This commit is contained in:
parent
0af3be62b0
commit
cc22d28257
11
config/Makefile.fedora-mingw32
Normal file
11
config/Makefile.fedora-mingw32
Normal file
@ -0,0 +1,11 @@
|
||||
# For cross-compiling from Linux to Windows x86 using mingw32
|
||||
# http://www.mingw.org/
|
||||
#
|
||||
# $ make SYSTEM=fedora-mingw32
|
||||
#
|
||||
|
||||
include config/Makefile.linux-mingw32
|
||||
|
||||
CC := i686-pc-mingw32-gcc
|
||||
LD := i686-pc-mingw32-ld
|
||||
LDFLAGS.GL += -L/usr/i686-pc-mingw32/sys-root/mingw/lib
|
Loading…
Reference in New Issue
Block a user