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.

123 lines
2.5 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. SRC_ROOT = ..\..\..\..
  15. TERMSRV_ROOT = ..\..\..
  16. TSHRCLNT_ROOT = ..\..
  17. # wincecom.inc must be before common.inc
  18. !include $(TERMSRV_ROOT)\common\wincecom.inc
  19. !include $(TERMSRV_ROOT)\common\newcommon.inc
  20. # common.inc defines C_DEFINES, but WinCE uses CDEFINES
  21. CDEFINES = $(CDEFINES) $(C_DEFINES)
  22. CDEFINES=$(CDEFINES) -DVER_FULLVIEWER -DVER_CONTROLLER $(CLIENT_EXE_CDEFS)
  23. !if "$(WINCEDEBUG)"=="debug"
  24. CDEFINES=$(CDEFINES) -DDBG=1
  25. !endif
  26. CONDITIONAL_INCLUDES=common16.h stddef.h ntddk.h time.h sys\timeb.h ctxver.h \
  27. olenls.h ver.h direct.h errno.h dos.h
  28. MIDL_OPTIMIZATION=-Os
  29. INCLUDES= \
  30. $(INCLUDES); \
  31. $(TERMSRV_ROOT)\wince\inc
  32. MAJORCOMP=tshrclnt
  33. MINORCOMP=rdpdr
  34. TARGETNAME=rdpdr
  35. RELEASETYPE=CUSTOM
  36. TARGETPATH=$(TSHRCLNT_ROOT)\LIB\WINCE\$(_CPUINDPATH)
  37. TARGETTYPE=LIBRARY
  38. # Setting WINCEOEM allows us to get the OEM header files and functions
  39. WINCEOEM=1
  40. #
  41. # List of sources
  42. #
  43. # rdpsndc.cpp
  44. #
  45. #
  46. # cclip.cpp
  47. # scredir.idl
  48. # w32scard.cpp
  49. # scredir-s.c
  50. # scredir-c.c
  51. #
  52. #
  53. # drdevol.cpp
  54. # w32draut.cpp
  55. #
  56. #
  57. SOURCES = \
  58. scredir.idl \
  59. ..\proc.cpp \
  60. ..\drobject.cpp \
  61. ..\drdev.cpp \
  62. ..\w32drcom.cpp \
  63. ..\w32drlpt.cpp \
  64. ..\w32drdev.cpp \
  65. ..\vcint.cpp \
  66. ..\filemgr.cpp \
  67. ..\drfile.cpp \
  68. ..\drfsfile.cpp \
  69. ..\w32drive.cpp \
  70. ..\w32drman.cpp \
  71. ..\w32scard.cpp \
  72. ..\wcescard.cpp \
  73. ..\drprn.cpp \
  74. ..\w32drprn.cpp \
  75. ..\w32utl.cpp \
  76. ..\w32proc.cpp \
  77. ..\ceclip.cpp \
  78. ..\cclip.cpp \
  79. ..\w32drprt.cpp \
  80. ..\drdevasc.cpp \
  81. ..\w32dispq.cpp \
  82. ..\drprt.cpp \
  83. ..\tracecom.cpp \
  84. ..\drstr.cpp \
  85. ..\drdbg.cpp \
  86. ..\smartptr.cpp \
  87. ..\utl.cpp \
  88. ..\thrpool.cpp \
  89. ..\rdpsndc.cpp \
  90. ..\scredir-s.c \
  91. ..\scredir-c.c
  92. #
  93. # Precompiled specs
  94. #
  95. #PRECOMPILED_CXX = 1
  96. #PRECOMPILED_INCLUDE = ..\precom.h
  97. #PRECOMPILED_PCH = precom.pch