comparison 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
comparison
equal deleted inserted replaced
109:1323a7f88c21 110:8af4072dc31a
4 PATH=/usr/local/i386-mingw32/bin:/usr/bin:/bin 4 PATH=/usr/local/i386-mingw32/bin:/usr/bin:/bin
5 5
6 # C-compiler, flags and linker flags 6 # C-compiler, flags and linker flags
7 CC=gcc 7 CC=gcc
8 CFLAGS=-DHAVE_STRING_H -Ipdcurses 8 CFLAGS=-DHAVE_STRING_H -Ipdcurses
9 LDFLAGS=-L/usr/local/i386-mingw32/lib/ pdcurses/pdcurses.a -liberty -lws2_32 -s 9 LDFLAGS=-L/usr/local/i386-mingw32/lib/ -lmingw32 pdcurses/libpdcurses.a -liberty -lws2_32 -s
10 10
11 # Miscellaneous 11 # Miscellaneous
12 EXEEXT=.exe 12 EXEEXT=.exe
13 OBJPATH=./win32/ 13 OBJPATH=./win32/
14 BINPATH=./win32/ 14 #BINPATH=./win32/
15 BINPATH=/misc/wine_c/
15 16
16 include Makefile.gen 17 include Makefile.gen