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.

122 lines
4.2 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. TERMSRV_ROOT = ..\..\..
  15. ALT_PROJECT=HYDRA
  16. ALT_PROJECT_TARGET=.
  17. MAJORCOMP=termsrv
  18. MINORCOMP=wd
  19. TARGETNAME=RDPWD
  20. TARGETPATH=obj
  21. TARGETTYPE=DRIVER
  22. TSSECLIB = tssec.lib
  23. USE_MSVCRT=1
  24. SIGNMODULE_CMD=CERTADD
  25. C_DEFINES=$(C_DEFINES) -DUNICODE -DOS_WINNT -DTRC_COMPILE_LEVEL=0 -DDLL_WD \
  26. -DDC_KERNEL -DWDTSHARE -DNODEFAULTLIB $(DDINT3) -DUSE_LICENSE -DDC_HICOLOR -DDRAW_NINEGRID -DDRAW_GDIPLUS
  27. !if "$(FREEBUILD)" == "1"
  28. MSC_OPTIMIZATION=/Oxs
  29. !if "$(BUILD_PRF)"=="1"
  30. C_DEFINES=$(C_DEFINES) -DTRC_COMPILE_LEVEL=5
  31. !else
  32. C_DEFINES=$(C_DEFINES) -DDC_NO_PERFORMANCE_MONITOR -DTRC_COMPILE_LEVEL=5
  33. !endif
  34. !else
  35. MSC_OPTIMIZATION=/Odi
  36. DC_DEBUG=1
  37. C_DEFINES=$(C_DEFINES) -DTRC_COMPILE_LEVEL=0 -DDC_DEBUG \
  38. -DDC_NO_PERFORMANCE_MONITOR
  39. !endif
  40. TARGETLIBS= \
  41. $(SDK_LIB_PATH)\randlibk.lib \
  42. $(TERMSRV_ROOT)\lib\$(O)\termdd.lib \
  43. $(TERMSRV_ROOT)\lib\$(O)\$(TSSECLIB) \
  44. $(TERMSRV_ROOT)\lib\$(O)\tscomprk.lib \
  45. $(DS_LIB_PATH)\rsa32.lib \
  46. ..\pdmcs\$(O)\pdmcs.lib
  47. INCLUDES = \
  48. .; \
  49. ..\inc; \
  50. ..\..\inc; \
  51. $(DS_INC_PATH)\crypto; \
  52. $(DS_INC_PATH);
  53. DLLORDER=$(TARGETNAME).prf
  54. # We want to use profiler info
  55. NTPROFILEINPUT=yes
  56. PRECOMPILED_INCLUDE=precomp.h
  57. PRECOMPILED_PCH=precomp.pch
  58. PRECOMPILED_OBJ=precomp.obj
  59. MSC_WARNING_LEVEL=/W3 /WX
  60. SOURCES= \
  61. acomapi.c \
  62. anmapi.c anmint.c \
  63. asmapi.c asmint.c asmcpp.cpp asmdata.c \
  64. ntrcapi.c \
  65. nwdwapi.c nwdwint.c nwdwcpp.cpp \
  66. wdtshare.rc \
  67. slicense.c \
  68. \
  69. keyboard.c \
  70. hotkey.c \
  71. mouse.c \
  72. \
  73. as_conf.cpp \
  74. abaapi.cpp \
  75. abcwd.cpp \
  76. acaapi.cpp \
  77. acmapi.cpp \
  78. acpcapi.cpp \
  79. adcsapi.cpp \
  80. aimapi.cpp \
  81. aoaapi.cpp \
  82. aoeapi.cpp \
  83. apmapi.cpp \
  84. asbcapi.cpp \
  85. ascapi.cpp ascint.cpp \
  86. nschapi.cpp \
  87. asdgapi.cpp nsdgint.cpp \
  88. assiapi.cpp \
  89. aupapi.cpp aupint.cpp \
  90. ausrapi.cpp \
  91. ntdd.c \
  92. tsfipsenc.c