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

dual=1

PROJECT = findf
OBJS    = findf.o
LIBS    =

include ..\..\rsxntmak.gnu

