view Makefile.w32 @ 475:77d1af382e08

Improve th_stat_path() by changing flags into a struct and adding more information.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 07:28:13 +0300
parents 85fa3d333556
children
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