20 lines
358 B
Plaintext
20 lines
358 B
Plaintext
!include ..\..\..\nntp.inc
|
|
|
|
MAJORCOMP=nntp
|
|
MINORCOMP=heaptst
|
|
|
|
TARGETNAME=heaptst
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=console
|
|
TARGETPATH=obj
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(STAXNNTPLIBPATH)\heaplib.lib \
|
|
$(STAXCORELIBPATH)\exstrace.lib
|
|
|
|
INCLUDES=$(STAXNNTP)\core\include
|
|
|
|
SOURCES= \
|
|
heaptst.cpp
|
|
!include $(STAXINC)\build\sources.inc
|