Ajout version Release/x64 avec les libraries x64 et tuning de la version Debug
This commit is contained in:
12
SQCSim2021/external/glew210/config/Makefile.fedora-mingw32
vendored
Normal file
12
SQCSim2021/external/glew210/config/Makefile.fedora-mingw32
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
CFLAGS.EXTRA += -fno-builtin -fno-stack-protector
|
||||
LDFLAGS.EXTRA += -nostdlib
|
||||
Reference in New Issue
Block a user