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.

94 lines
2.1 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. MINORCOMP=cindex
  13. TARGETNAME=cindex
  14. TARGETTYPE=LIBRARY
  15. INCLUDES=$(INCLUDES);..\pch;.;..\h;..\h\$(O);..\cifrmcom;..\cifrmwrk\indexing
  16. #
  17. # Turn off /GS for the cindex directory only. This contains the real guts of the
  18. # engine including compression/decompression and is far-removed from user input.
  19. # I discussed this with MikeHow.
  20. #
  21. BUFFER_OVERFLOW_CHECKS=0
  22. SOURCES=abortwid.cxx \
  23. afwwork.cxx \
  24. bitstm.cxx \
  25. changes.cxx \
  26. changlog.cxx \
  27. ci.cxx \
  28. cibackup.cxx \
  29. compress.cxx \
  30. dirtree.cxx \
  31. doclist.cxx \
  32. dqueue.cxx \
  33. filtman.cxx \
  34. fresh.cxx \
  35. freshcur.cxx \
  36. freshlog.cxx \
  37. fretable.cxx \
  38. fretest.cxx \
  39. idle.cxx \
  40. idxlst.cxx \
  41. indsnap.cxx \
  42. index.cxx \
  43. indxact.cxx \
  44. invcur.cxx \
  45. kcurstk.cxx \
  46. kcurheap.cxx \
  47. keyhash.cxx \
  48. keylist.cxx \
  49. lowres.cxx \
  50. mcursor.cxx \
  51. merge.cxx \
  52. mindex.cxx \
  53. mmerglog.cxx \
  54. notxact.cxx \
  55. occarray.cxx \
  56. occtable.cxx \
  57. partlst.cxx \
  58. partn.cxx \
  59. pcomp.cxx \
  60. pendcur.cxx \
  61. pmcomp.cxx \
  62. physidx.cxx \
  63. pidxtbl.cxx \
  64. pindex.cxx \
  65. pqueue.cxx \
  66. prtiflst.cxx \
  67. resman.cxx \
  68. rwex.cxx \
  69. set.cxx \
  70. sort.cxx \
  71. stat.cxx \
  72. unioncur.cxx \
  73. widarr.cxx \
  74. wlcursor.cxx \
  75. wordlist.cxx
  76. PRECOMPILED_OPTION=/Yu /Fp..\pch\$(_OBJ_DIR)\*\pch.pch
  77. PRECOMPILED_TARGET=..\pch\$(_OBJ_DIR)\*\pch.pch
  78. PRECOMPILED_CXX=1