diff 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
line wrap: on
line diff
--- a/Makefile.w32	Thu Nov 13 16:46:15 2008 +0200
+++ b/Makefile.w32	Fri Nov 14 07:15:57 2008 +0200
@@ -7,8 +7,8 @@
 
 # C-compiler, flags and linker flags
 CC=gcc
-CFLAGS=-DHAVE_STRING_H
-LDFLAGS=-L/usr/local/i386-mingw32/lib/ -liberty -lws2_32 -s
+CFLAGS=-DHAVE_STRING_H -Ipdcurses
+LDFLAGS=-L/usr/local/i386-mingw32/lib/ pdcurses/pdcurses.a -liberty -lws2_32 -s
 
 # Miscellaneous
 RM=rm