#
# Makefile for ansi.c
#
# call 'make crt=1' to use C runtime DLL
#

dual=1

PROJECT = ansi
OBJS    = ansi.o
LIBS    =
BIND    = -V

include ..\..\rsxntmak.gnu

