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.

57 lines
1.2 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. !INCLUDE ..\user.mk
  12. SUBSYSTEM_VERSION=5.00
  13. MINORCOMP=cicat
  14. TARGETNAME=cicat
  15. TARGETTYPE=LIBRARY
  16. INCLUDES=$(INCLUDES);.;..\pch;..\h;..\h\$(O);..\jet;..\cifrmcom
  17. INCLUDES=$(INCLUDES);..\fsci\indexing;..\ntciutil
  18. SOURCES=acinotfy.cxx \
  19. catarray.cxx \
  20. catreg.cxx \
  21. chash.cxx \
  22. cicat.cxx \
  23. cinulcat.cxx \
  24. drvnotif.cxx \
  25. notifary.cxx \
  26. filidmap.cxx \
  27. imprsnat.cxx \
  28. notifmgr.cxx \
  29. pershash.cxx \
  30. removcat.cxx \
  31. scanmgr.cxx \
  32. scopetbl.cxx \
  33. scpfixup.cxx \
  34. signore.cxx \
  35. statmon.cxx \
  36. strings.cxx \
  37. update.cxx \
  38. usnmgr.cxx \
  39. usntree.cxx \
  40. usnvol.cxx \
  41. vmap.cxx \
  42. volinfo.cxx
  43. PRECOMPILED_OPTION=/Yu /Fp..\pch\$(_OBJ_DIR)\*\pch.pch
  44. PRECOMPILED_TARGET=..\pch\$(_OBJ_DIR)\*\pch.pch
  45. PRECOMPILED_CXX=1