view Makefile.w32 @ 96:7c9538e71c89

Add connection keepalive by sending /listallusers every 15 minutes, due to NN server booting after about 30 minutes of inactivity; Improve handling of error messages; Add handling for "<BOOT />" protocol token.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Jul 2009 16:55:40 +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