comparison Makefile.w32 @ 68:3ab7751fdad1

MingW compatibility, with one ugly kludge.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Nov 2008 07:15:57 +0200
parents 6a3a917303e4
children 9baefdd4179c
comparison
equal deleted inserted replaced
67:4086088e95dc 68:3ab7751fdad1
5 PREFIX=./win32/ 5 PREFIX=./win32/
6 BINPATH=./win32/ 6 BINPATH=./win32/
7 7
8 # C-compiler, flags and linker flags 8 # C-compiler, flags and linker flags
9 CC=gcc 9 CC=gcc
10 CFLAGS=-DHAVE_STRING_H 10 CFLAGS=-DHAVE_STRING_H -Ipdcurses
11 LDFLAGS=-L/usr/local/i386-mingw32/lib/ -liberty -lws2_32 -s 11 LDFLAGS=-L/usr/local/i386-mingw32/lib/ pdcurses/pdcurses.a -liberty -lws2_32 -s
12 12
13 # Miscellaneous 13 # Miscellaneous
14 RM=rm 14 RM=rm
15 EXEEXT=.exe 15 EXEEXT=.exe
16 16