Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
522 B

!include ..\nntp.inc
MAJORCOMP=nntp
MINORCOMP=nntpctrs
TARGETNAME=nntpctrs
TARGETTYPE=DYNLINK
TARGETPATH=obj
#TARGETPATHLIB=$(STAXNNTPTARGET)
TARGETLIBS= \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\netapi32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(STAXNNTPLIBPATH)\nntpapi.lib
INCLUDES=$(STAXINC);$(IISBASEDIR)\inc;$(STAXNNTP)\core\include
SOURCES= \
nntpdata.c \
perfnntp.cxx \
perfutil.c \
nntpctrs.rc
MISCFILES=nntpctrs.ini nntpctrs.h
!include $(STAXINC)\build\sources.inc