##############################################################################
# Makefile for RMXCOMMS.DLL
##############################################################################
# 
# Source:	$Source$
#
# Overview:	This file contains the makefile for RMXCOMMS.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

DLLOBJS		= rmxcomms.obj
OBJS		= $(DLLOBJS)
TARGET		= rmxcomms

#
# Standard targets.
#

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