##############################################################################
# Makefile for RMXPIPE.DLL
##############################################################################
# 
# Source:	$Source$
#
# Overview:	This file contains the makefile for RMXPIPE.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		= rmxpipe.obj
OBJS		= $(DLLOBJS)
TARGET		= rmxpipe

#
# Standard targets.
#

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