view Makefile.w32 @ 196:47f75154c7db

Add internal fallback ISO-8859-1 to UTF-8 converter and improve iconv() support.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Sep 2018 22:42:18 +0300
parents 72c415154700
children ae3e353731ae
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 -D_NO_BOOL_TYPEDEF
LDFLAGS += -s

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


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