view Makefile.djgpp @ 356:811eb6c6695e

Add "support" for CP858 output in fallback converter as it is essentially the same as CP850.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Jan 2020 02:32:59 +0200
parents 9bf282a79ac4
children 47f336bb06c4
line wrap: on
line source

#
# For cross-compilation of DJGPP/DOS version under Linux
#

# Compiler, flags and linker flags
BINTOOL_PREFIX=i586-pc-msdosdjgpp-

CFLAGS += -DTH_BYTEORDER=TH_LITTLE_ENDIAN
LDFLAGS += -s

CFLAGS += -DHAVE_STRING_H
CFLAGS += -DHAVE_INTTYPES_H

# Miscellaneous
BINEXT=.exe
OBJPATH=obj/dos/
BINPATH=./


###
### Stuff
###
include Makefile.gen