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.

54 lines
1.1 KiB

  1. !IFDEF NTMAKEENV
  2. !INCLUDE $(NTMAKEENV)\makefile.def
  3. !ELSE
  4. # -----------------------------------------------------------------------------
  5. # STAXPT\src\core\rw\makefile
  6. #
  7. # Copyright (C) 1997 Microsoft Corporation
  8. # -----------------------------------------------------------------------------
  9. # -----------------------------------------------------------------------------
  10. #
  11. !INCLUDE $(EXDEV)\globenv.mak
  12. PRODTYPE = CON
  13. COMPONENT = $(STAXPT)
  14. COMPNAME = STAXPT
  15. BASENAME = fcexe
  16. EXPORT_LIBS = 0
  17. MEMBASE = $(STAXPT)\src\inc\coffbase.txt
  18. UTESTINI=fcexe.ini
  19. UTESTGRP=nntp
  20. USESBINPLACE = 1
  21. !INCLUDE $(EXDEV)\xmake1.mak
  22. # -----------------------------------------------------------------------------
  23. #
  24. DEFPLUSOBJS = 1
  25. H = $(STAXPT)\src\core\fcache2\utestexe
  26. USERDEFS = $(USERDEFS)
  27. OTHERINCS = -I $(COMPONENT)\src\inc -I $(COMPONENT)\src\core\fcache2
  28. SOURCES = \
  29. fcexe.cpp \
  30. OTHERLIBS = \
  31. $(EXLIB)\kernel32.lib \
  32. $(LOCALIMPLIB)\exstrace.lib
  33. OTHERSUBS = $H\makefile
  34. DEPFILE = $(BASENAME).dep
  35. !INCLUDE $(EXDEV)\xmake2.mak
  36. !ENDIF #NTMAKEENV