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.

86 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. MAJORCOMP=ntos
  12. MINORCOMP=dr
  13. TARGETNAME=rdpdr
  14. TARGETPATH=obj
  15. TARGETTYPE=DRIVER
  16. MSC_WARNING_LEVEL=/W3 /WX
  17. C_DEFINES=$(C_DEFINES) -DUNICODE -DOS_WINNT -D_UNICODE
  18. C_DEFINES=$(C_DEFINES) -DMONOLITHIC_MINIRDR
  19. C_DEFINES=$(C_DEFINES) -DMINIRDR__NAME=RDPDR
  20. !if "$(FREEBUILD)" == "1"
  21. C_DEFINES=$(C_DEFINES) -DTRC_COMPILE_LEVEL=5
  22. !else
  23. C_DEFINES=$(C_DEFINES) -DTRC_COMPILE_LEVEL=0
  24. !endif
  25. SOURCES= \
  26. dbg.cpp \
  27. drive.cpp \
  28. file.cpp \
  29. trc.cpp \
  30. rdpdr.cpp \
  31. drioctl.cpp \
  32. rdpevlst.cpp \
  33. rdpdyn.cpp \
  34. namespc.cpp \
  35. channel.cpp \
  36. rdpdrpnp.cpp \
  37. rdpdrprt.cpp \
  38. dr.rc \
  39. exchnge.cpp \
  40. session.cpp \
  41. sessmgr.cpp \
  42. serport.cpp \
  43. parport.cpp \
  44. prnport.cpp \
  45. device.cpp \
  46. scardss.cpp \
  47. devmgr.cpp \
  48. kernutil.cpp \
  49. strcnv.cpp \
  50. smartptr.cpp
  51. PRECOMPILED_INCLUDE=precomp.hxx
  52. PRECOMPILED_CXX=1
  53. INCLUDES= \
  54. $(SDK_INC_PATH)\hydra; \
  55. $(PROJECT_ROOT)\ntos\inc; \
  56. $(PROJECT_ROOT)\fs\rdr2\inc; \
  57. $(PROJECT_ROOT)\fs\rdr2\rdpdr\inc; \
  58. $(TERMSRV_INC_PATH); \
  59. $(NET_INC_PATH);\
  60. $(IFSKIT_INC_PATH);\
  61. $(DS_INC_PATH)
  62. # Only need the last 3 libs if you are building monolithic
  63. TARGETLIBS= \
  64. $(DDK_LIB_PATH)\ksecdd.lib \
  65. $(DDK_LIB_PATH)\tdi.lib \
  66. $(PROJECT_ROOT)\fs\rdr2\rdbss\monolithic\$(O)\rdbsslib.lib \
  67. $(PROJECT_ROOT)\fs\rdr2\rdbss\copysup.nt\daytona\$(O)\copysup.lib \
  68. $(PROJECT_ROOT)\fs\rdr2\rxce\daytona\$(O)\rxce.lib \
  69. $(PROJECT_ROOT)\fs\rdr2\wmi\$(O)\wmlkm.lib \
  70. $(TERMSRV_LIB_PATH)\tsqueue.lib