view Makefile.w32 @ 180:6913c5dbbb58

Add separate escape characters option (-e <chars>), but make -l <separator> option to set escape chars if it has not been explicitly set via -e.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Jul 2018 00:05:45 +0300
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