view Makefile.w32 @ 443:1d2d214ac433

Rename functions th_pstrcat() and th_pstrcpy() to th_pstr_cat() and th_pstr_cpy() to be more consistent with th_pstr_*printf()
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Oct 2017 17:17:09 +0300
parents 8c3b3d8009f6
children efd33accdc81
line wrap: on
line source

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

# Miscellaneous
BINTOOL_PREFIX = i686-w64-mingw32-
PREFIX =
BINPATH = ./
OBJPATH = obj/win32/
EXEEXT = .exe

# Compiler flags and linker flags
CFLAGS += -DHAVE_STRING_H -DTH_BYTEORDER=TH_LITTLE_ENDIAN -mconsole



###
### Stuff
###
#NOINST_TARGETS += $(ENDIANCHK_BIN) config.h
#THLIBS_DEP += config.h

include Makefile.gen