23 lines
441 B
Plaintext
23 lines
441 B
Plaintext
!include ..\..\..\..\nntp.inc
|
|
|
|
MAJORCOMP=nntp
|
|
MINORCOMP=qryxlate
|
|
|
|
TARGETNAME=qryxlate
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=console
|
|
TARGETPATH=obj
|
|
TARGETLIBS= \
|
|
$(STAXNNTPLIBPATH)\nntpsrch.lib \
|
|
$(STAXCORELIBPATH)\exstrace.lib \
|
|
!if $(FREEBUILD) != 1
|
|
$(STAXCORELIBPATH)\heapdet.lib \
|
|
!endif
|
|
$(SDK_LIB_PATH)\ole32.lib
|
|
|
|
INCLUDES=$(STAXINC);$(STAXNNTP)\core\include
|
|
|
|
SOURCES= \
|
|
qryxlate.cpp
|
|
!include $(STAXINC)\build\sources.inc
|