view Makefile.cross-mingw @ 485:4a3d561d5406

Return empty directory paths under Windows if we can't retrieve AppData directory in th_get_home_dir() and th_get_data_dir().
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 04 May 2019 03:00:23 +0300
parents 58b744131b86
children ad647427303a
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