comparison Makefile @ 68:3ab7751fdad1

MingW compatibility, with one ugly kludge.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Nov 2008 07:15:57 +0200
parents 07095e801713
children 9140c33296a8
comparison
equal deleted inserted replaced
67:4086088e95dc 68:3ab7751fdad1
7 BINPATH=./ 7 BINPATH=./
8 8
9 # C-compiler, flags and linker flags 9 # C-compiler, flags and linker flags
10 CC=gcc 10 CC=gcc
11 CFLAGS=-DTH_NO_DEFAULTS -DHAVE_STRING_H -DHAVE_INT_TYPES 11 CFLAGS=-DTH_NO_DEFAULTS -DHAVE_STRING_H -DHAVE_INT_TYPES
12 LDFLAGS= 12 LDFLAGS=-lcurses
13 13
14 #CFLAGS += -DHAVE_STDINT_H 14 #CFLAGS += -DHAVE_STDINT_H
15 #CFLAGS += -DHAVE_SYS_TYPES_H 15 #CFLAGS += -DHAVE_SYS_TYPES_H
16 16
17 # For Solaris 9 with GCC, you need: 17 # For Solaris 9 with GCC, you need: