view Makefile.w32 @ 450:051226a06f70

Split th_vprintf_put_int() partially into th_vprintf_put_int_format(), to separate va_arg() value fetching from most of the formatting code.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Oct 2017 22:13: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