##############################################################################
# Makefile for RMXTCPIP.DLL
##############################################################################
# 
# Source:	$Source$
#
# Overview:	This file contains the makefile for RMXTCPIP.DLL
#
# Copyright (c) 1995 Johan Wikman. All rights reserved.
#
# $Log$
#
##############################################################################

#
# Standard rules and macros
#

!include $(RMXROOT)\tools\builtin.mak
!include $(RMXROOT)\tools\defs.mak

#
# Target specific definitions.
#

INCLUDE		= -I..\include \
		  -IC:\TCPIP\INCLUDE
LDOPTS		= -LC:\TCPIP\LIB
DLLOBJS		= rmxtcpip.obj
OBJS		= $(DLLOBJS)
LIBS		= so32dll.lib tcp32dll.lib
TARGET		= rmxtcpip

#
# Standard targets.
#

!include $(RMXROOT)\tools\dlltargets.mak
