Leaked source code of windows server 2003
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.

18 lines
317 B

  1. !include ..\..\nntp.inc
  2. MAJORCOMP=nntp
  3. MINORCOMP=nntpcbuf
  4. TARGETNAME=nntpcbuf
  5. TARGETTYPE=LIBRARY
  6. TARGETPATH=$(STAXNNTPTARGET)
  7. INCLUDES=$(STAXINC);$(STAXNNTP)\core\include
  8. SOURCES= \
  9. cbuffer.cpp \
  10. gcache.cpp
  11. PRECOMPILED_CXX=1
  12. PRECOMPILED_INCLUDE=stdinc.h
  13. !include $(STAXINC)\build\sources.inc