diff Makefile.w32 @ 110:8af4072dc31a

Fix Win32/MinGW/PDcurses issues.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Oct 2010 18:28:22 +0300
parents 9140c33296a8
children 4bc63a535acb
line wrap: on
line diff
--- a/Makefile.w32	Sat Oct 23 02:55:45 2010 +0300
+++ b/Makefile.w32	Sun Oct 24 18:28:22 2010 +0300
@@ -6,11 +6,12 @@
 # C-compiler, flags and linker flags
 CC=gcc
 CFLAGS=-DHAVE_STRING_H -Ipdcurses
-LDFLAGS=-L/usr/local/i386-mingw32/lib/ pdcurses/pdcurses.a -liberty -lws2_32 -s
+LDFLAGS=-L/usr/local/i386-mingw32/lib/ -lmingw32 pdcurses/libpdcurses.a -liberty -lws2_32 -s
 
 # Miscellaneous
 EXEEXT=.exe
 OBJPATH=./win32/
-BINPATH=./win32/
+#BINPATH=./win32/
+BINPATH=/misc/wine_c/
 
 include Makefile.gen