#
#
# This make file is for the illustrt program for Window NT
#
#					Gershon Elber, June 1993
#

# Includes generic definitions.
include ..\makeflag.wnt

OBJS =  illustrt.obj intersct.obj spltsort.obj

illustrt.exe: $(OBJS)
	$(IRITCONLINK) -out:illustrt.exe $(OBJS) $(LIBS) $(W32CONLIBS)

install: illustrt.exe
	copy illustrt.exe $(BIN_DIR)
	del illustrt.exe 

# Dependencies starts here - do not touch, generated automatically.
