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.

81 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. MAJORCOMP=ntos
  15. MINORCOMP=rx
  16. TARGETNAME=rxce
  17. TARGETPATH=obj
  18. TARGETTYPE=DRIVER_LIBRARY
  19. INCLUDES=\
  20. $(INCLUDES);\
  21. $(PROJECT_ROOT)\ntos\inc;\
  22. ..;\
  23. ..\..\inc;\
  24. ..\..\rdbss\inc;\
  25. $(NET_INC_PATH);\
  26. $(IFSKIT_INC_PATH)
  27. C_DEFINES=$(C_DEFINES) -D_WIN2K_COMPAT_SLIST_USAGE
  28. !IF !$(FREEBUILD)
  29. C_DEFINES=$(C_DEFINES) -D_RXCEDEBUG_
  30. !endif
  31. SOURCES= \
  32. ..\rxconnct.c \
  33. ..\rxce.c \
  34. ..\rxcecnct.c \
  35. ..\rxcexmit.c \
  36. rxcemm.c \
  37. rxtdi.c \
  38. tdihdlr.c \
  39. tdimisc.c \
  40. ..\FcbStruc.c \
  41. ..\LowIO.c \
  42. ..\shadow.c \
  43. ..\RxTimer.c \
  44. ..\RxworkQ.c \
  45. ..\Prefix.c \
  46. ..\resrcsup.c \
  47. ..\buffring.c \
  48. ..\RxContx.c \
  49. ..\RxData.c \
  50. ..\RxLog.c \
  51. ..\RxTrace.c \
  52. ..\RxDebug.c \
  53. ..\Scavengr.c \
  54. ..\namcache.c \
  55. ..\midatlas.c \
  56. ..\fcbtable.c
  57. PRECOMPILED_INCLUDE=precomp.h
  58. PRECOMPILED_PCH=precomp.pch
  59. PRECOMPILED_OBJ=precomp.obj
  60. UMRES=$(O)\rdbss.res
  61. DLLDEF=$(O)\rdbss.def
  62. NTTARGETFILES=copyforifskit