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

dual=1

PROJECT = argvenv
OBJS    = argvenv.o
LIBS    =

include ..\..\rsxntmak.gnu

