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.

88 lines
1.6 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. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. RDR2=$(PROJECT_ROOT)\fs\rdr2
  15. MAJORCOMP=ntos
  16. MINORCOMP=rdbss
  17. TARGETNAME=rdbsslib
  18. TARGETPATH=obj
  19. TARGETTYPE=LIBRARY
  20. SYNCHRONIZE_DRAIN=1
  21. INCLUDES=\
  22. ..;\
  23. ..\inc;\
  24. ..\..\inc;\
  25. $(NET_INC_PATH);\
  26. $(IFSKIT_INC_PATH)
  27. C_DEFINES=$(C_DEFINES) -DEXPLODE_POOLTAGS
  28. C_DEFINES=$(C_DEFINES) -DMONOLITHIC_MINIRDR
  29. MSC_WARNING_LEVEL=/W3 /WX
  30. SOURCES= \
  31. ..\BackPack.c \
  32. ..\CacheSup.c \
  33. ..\Cancel.c \
  34. ..\Cleanup.c \
  35. ..\Close.c \
  36. ..\Create.c \
  37. ..\DevCtrl.c \
  38. ..\DirCtrl.c \
  39. ..\Ea.c \
  40. ..\FileInfo.c \
  41. ..\Flush.c \
  42. ..\FsCtrl.c \
  43. ..\LockCtrl.c \
  44. ..\minirdr.c \
  45. ..\NTexcept.c \
  46. ..\NTDevFCB.c \
  47. ..\NTErrLog.c \
  48. ..\NTfsd.c \
  49. ..\NTfsp.c \
  50. ..\NtInit.c \
  51. ..\NtFastIo.c \
  52. ..\Read.c \
  53. ..\strtstop.c \
  54. ..\VolInfo.c \
  55. ..\Write.c
  56. !IF 0
  57. CODE.IMPROVEMENT remove shutdown.c from sources
  58. !ENDIF
  59. !ifndef WRAP_ONLY_MODE
  60. LINKLIBS = $(LINKLIBS) \
  61. $(RDR2)\rxce\daytona\$(O)\rxce.lib
  62. !endif
  63. PRECOMPILED_INCLUDE=..\precomp.h
  64. PRECOMPILED_PCH=precomp.pch
  65. PRECOMPILED_OBJ=precomp.obj
  66. NTTARGETFILES=copyforifskit