#
# Makefile for poorteln
#
# call 'make crt=1' to use C runtime DLL
#

multi=1

PROJECT = poorteln
OBJS    = poorteln.o
LIBS    = -lsocket

include ..\..\rsxntmak.gnu

