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.

72 lines
1.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. MAJORCOMP=ntos
  15. MINORCOMP=rdpdr
  16. TARGETNAME=rdpdrkd
  17. TARGETPATH=obj
  18. TARGETTYPE=DYNLINK
  19. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib\
  20. $(SDK_LIB_PATH)\kernel32.lib
  21. INCLUDES=$(SDK_INC_PATH);\
  22. $(PROJECT_ROOT)\ntos\inc; \
  23. $(PROJECT_ROOT)\fs\rdr2\inc; \
  24. $(PROJECT_ROOT)\fs\rdr2\rxce; \
  25. $(PROJECT_ROOT)\fs\rdr2\rxce\daytona; \
  26. $(PROJECT_ROOT)\fs\rdr2\rdbss; \
  27. $(PROJECT_ROOT)\fs\rdr2\rdbss\inc; \
  28. $(PROJECT_ROOT)\fs\rdr2\rdpdr\sys;\
  29. $(BASEDIR)\public\internal\termsrv\inc; \
  30. $(SDK_INC_PATH)\hydra;
  31. INCLUDES=$(INCLUDES);$(DDK_INC_PATH);$(NET_INC_PATH)
  32. !IFNDEF DISABLE_NET_UNICODE
  33. UNICODE=1
  34. NET_C_DEFINES=-DUNICODE
  35. !ENDIF
  36. DLLBASE=0x1010000
  37. !IF $(FREEBUILD)
  38. C_DEFINES=$(C_DEFINES)
  39. !endif
  40. USE_NTDLL=1
  41. C_DEFINES=$(C_DEFINES) -DDRKDX=1
  42. SOURCES=rdpdrkd.cpp \
  43. kdextlib.cpp \
  44. strucsup.cpp \
  45. wdbgxlib.cpp \
  46. rdpdrkd.rc
  47. UMTYPE=console
  48. OPTIONAL_NTTEST=
  49. SUBSYSTEM_VERSION=4.00