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

  1. !include ..\nntp.inc
  2. MAJORCOMP=nntp
  3. MINORCOMP=nntpctrs
  4. TARGETNAME=nntpctrs
  5. TARGETTYPE=DYNLINK
  6. TARGETPATH=obj
  7. #TARGETPATHLIB=$(STAXNNTPTARGET)
  8. TARGETLIBS= \
  9. $(SDK_LIB_PATH)\kernel32.lib \
  10. $(SDK_LIB_PATH)\advapi32.lib \
  11. $(SDK_LIB_PATH)\netapi32.lib \
  12. $(SDK_LIB_PATH)\ole32.lib \
  13. $(STAXNNTPLIBPATH)\nntpapi.lib
  14. INCLUDES=$(STAXINC);$(IISBASEDIR)\inc;$(STAXNNTP)\core\include
  15. SOURCES= \
  16. nntpdata.c \
  17. perfnntp.cxx \
  18. perfutil.c \
  19. nntpctrs.rc
  20. MISCFILES=nntpctrs.ini nntpctrs.h
  21. !include $(STAXINC)\build\sources.inc