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.

89 lines
1.9 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  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. TARGETNAME=ntfs
  12. TARGETTYPE=DRIVER
  13. DRIVERTYPE=FS
  14. INCLUDES=..;$(PROJECT_ROOT)\ntos\inc;$(DRIVERS_INC_PATH)
  15. NTPROFILEINPUT=yes
  16. C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
  17. !IFDEF BUILD_FOR_3_51
  18. C_DEFINES= $(C_DEFINES) -D_NTIFS_
  19. !ENDIF
  20. MSC_WARNING_LEVEL=/W3 /WX
  21. SOURCES=..\AllocSup.c \
  22. ..\AttrData.c \
  23. ..\AttrSup.c \
  24. ..\BitmpSup.c \
  25. ..\CacheSup.c \
  26. ..\CheckSup.c \
  27. ..\Cleanup.c \
  28. ..\Close.c \
  29. ..\ColatSup.c \
  30. ..\Create.c \
  31. ..\DevCtrl.c \
  32. ..\DevIoSup.c \
  33. ..\DirCtrl.c \
  34. ..\Ea.c \
  35. ..\FileInfo.c \
  36. ..\FilObSup.c \
  37. ..\Flush.c \
  38. ..\FsCtrl.c \
  39. ..\FspDisp.c \
  40. ..\FstIoSup.c \
  41. ..\HashSup.c \
  42. ..\IndexSup.c \
  43. ..\LockCtrl.c \
  44. ..\LogSup.c \
  45. ..\McbSup.c \
  46. ..\MftSup.c \
  47. ..\NameSup.c \
  48. ..\Ntfs.rc \
  49. ..\NtfsData.c \
  50. ..\NtfsExp.c \
  51. ..\NtfsInit.c \
  52. ..\ObjIdSup.c \
  53. ..\Pnp.c \
  54. ..\PrefxSup.c \
  55. ..\Quota.c \
  56. ..\QuotaSup.c \
  57. ..\Read.c \
  58. ..\ReparSup.c \
  59. ..\ResrcSup.c \
  60. ..\RestrSup.c \
  61. ..\SecurSup.c \
  62. ..\SeInfo.c \
  63. ..\Shutdown.c \
  64. ..\StrucSup.c \
  65. ..\UsnSup.c \
  66. ..\VattrSup.c \
  67. ..\VerfySup.c \
  68. ..\ViewSup.c \
  69. ..\VolInfo.c \
  70. ..\WorkQue.c \
  71. ..\Write.c
  72. PRECOMPILED_INCLUDE=..\ntfsproc.h
  73. PRECOMPILED_PCH=ntfsproc.pch
  74. PRECOMPILED_OBJ=ntfsproc.obj