view Makefile.w32 @ 165:eb343ac259f4

Added tag rel-0_7_2 for changeset 9cc9ce46f4a0
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Feb 2018 22:08:11 +0200
parents d73b74602759
children 72c415154700
line wrap: on
line source

#
# For win32 version cross-compilation with MinGW suite @ Linux
#

# Compiler, flags and linker flags
BINTOOL_PREFIX=i686-w64-mingw32-
WINDRES = $(BINTOOL_PREFIX)windres

CFLAGS += -DHAVE_STRING_H -DTH_BYTEORDER=TH_LITTLE_ENDIAN -mconsole
LDFLAGS += -s

# Miscellaneous
EXEEXT=.exe
OBJPATH=obj/win32/
BINPATH=./


###
### Stuff
###
include Makefile.gen