view Makefile.djgpp @ 404:39cebb2b0677

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Mar 2023 15:30:39 +0300
parents 47f336bb06c4
children 964ae4f29138
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_STDBOOL_H
CFLAGS += -DHAVE_INTTYPES_H

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


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