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

multi=1

PROJECT = thread
OBJS    = thread.o
LIBS    =

include ..\..\rsxntmak.gnu

