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

!INCLUDE $(ZONEBUILD)\sources.zone

#
# Target info
#
TARGETNAME=ZoneMem

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


#
# List sources for target
#
SOURCES= \
    zmemory.cpp \
	new.cpp \
	pool.cpp \


