#
# either PROGRAM, DYNLINK, LIBRARY, NOTARGET
#
TARGETTYPE=LIBRARY
WIG=1

!INCLUDE $(ZONEBUILD)\sources.zone

#
# Target info
#
TARGETNAME=threadpool


#
# target includes
#
INCLUDES= \
	$(WIGINC); 


#
# List sources for target
#
SOURCES= \
    thrdq.cpp \
    thrdpool.cpp \
    compport.cpp \


