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.

38 lines
780 B

  1. TARGETNAME=cdfs
  2. TARGETPATH=obj
  3. TARGETTYPE=DRIVER
  4. DRIVERTYPE=FS
  5. MSC_WARNING_LEVEL=/W3 /WX
  6. SOURCES=AllocSup.c \
  7. CacheSup.c \
  8. CdData.c \
  9. Cdfs.rc \
  10. CdInit.c \
  11. Cleanup.c \
  12. Close.c \
  13. Create.c \
  14. DevCtrl.c \
  15. DevioSup.c \
  16. DirCtrl.c \
  17. DirSup.c \
  18. FileInfo.c \
  19. FilObSup.c \
  20. FsCtrl.c \
  21. FspDisp.c \
  22. LockCtrl.c \
  23. NameSup.c \
  24. PathSup.c \
  25. Pnp.c \
  26. PreFxSup.c \
  27. Read.c \
  28. ResrcSup.c \
  29. Strucsup.c \
  30. VerfySup.c \
  31. VolInfo.c \
  32. WorkQue.c
  33. PRECOMPILED_INCLUDE=cdprocs.h
  34. PRECOMPILED_PCH=cdprocs.pch
  35. PRECOMPILED_OBJ=cdprocs.obj