view Makefile.w32 @ 108:f323b137ca08

Tab-completion now works with cycling, but bugs with names that have whitespaces.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 23 Oct 2010 02:01:00 +0300
parents 9140c33296a8
children 8af4072dc31a
line wrap: on
line source

#
# For win32 version cross-compilation with MiNGW suite @ Linux
#
PATH=/usr/local/i386-mingw32/bin:/usr/bin:/bin

# 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

# Miscellaneous
EXEEXT=.exe
OBJPATH=./win32/
BINPATH=./win32/

include Makefile.gen