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.

42 lines
745 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=ftdisk
  7. TARGETPATH=obj
  8. TARGETTYPE=DRIVER
  9. PASS0_SOURCEDIR=$(O)
  10. PASS0_HEADERDIR=$(O)
  11. INCLUDES=$(O)
  12. MSC_WARNING_LEVEL=/W3 /WX
  13. C_DEFINES=$(C_DEFINES)
  14. INCLUDES=$(BASEDIR)\public\internal\base\inc
  15. SOURCES= \
  16. ftlog.mc \
  17. ftdisk.rc \
  18. ondisk.cxx \
  19. ftdisk.cxx \
  20. packet.cxx \
  21. ftvol.cxx \
  22. partitio.cxx \
  23. composit.cxx \
  24. volset.cxx \
  25. stripe.cxx \
  26. mirror.cxx \
  27. overlap.cxx \
  28. parity.cxx \
  29. stripewp.cxx \
  30. ftwmireg.cxx \
  31. espprot.cxx \
  32. redist.cxx