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.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=rdr2
  16. TARGETNAME=rdr2kd
  17. TARGETPATH=obj
  18. TARGETTYPE=DYNLINK
  19. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib\
  20. $(SDK_LIB_PATH)\kernel32.lib
  21. INCLUDES=\
  22. ..\inc;\
  23. ..\rxce;\
  24. ..\rxce\daytona;\
  25. ..\rdbss;\
  26. ..\rdbss\inc;\
  27. ..\rdbss\smb.mrx;\
  28. $(PROJECT_ROOT)\ntos\inc;\
  29. $(DDK_INC_PATH);\
  30. $(DS_INC_PATH);\
  31. $(NET_INC_PATH);\
  32. $(DS_INC_PATH)\crypto;\
  33. $(IFSKIT_INC_PATH)
  34. !IFNDEF DISABLE_NET_UNICODE
  35. UNICODE=1
  36. NET_C_DEFINES=-DUNICODE
  37. !ENDIF
  38. DLLBASE=0x1010000
  39. USE_NTDLL=1
  40. !IF $(FREEBUILD)
  41. C_DEFINES=$(C_DEFINES)
  42. !endif
  43. !if "$(NO_BUILD_SMBMINI_FOR_CSC)" != "1"
  44. CSC=$(BASEDIR)\private\ntos\rdr2\csc
  45. RECORD_MAN=$(CSC)\record.mgr
  46. INCLUDES=$(INCLUDES);$(RECORD_MAN)\inc.tmp
  47. INCLUDES=$(INCLUDES);$(RECORD_MAN)\daytona\nullincs.tmp
  48. C_DEFINES=$(C_DEFINES) -DMRXSMB_BUILD_FOR_CSC
  49. !if "$(NO_BUILD_SMBMINI_FOR_CSC_DCON)" != "1"
  50. C_DEFINES=$(C_DEFINES) -DMRXSMB_BUILD_FOR_CSC_DCON
  51. !endif
  52. !endif
  53. C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
  54. SOURCES=rdr2kd.c \
  55. kdextlib.c \
  56. strucsup.c \
  57. wdbgxlib.c \
  58. rdr2kd.c \
  59. rdr2kd.rc
  60. UMTYPE=console
  61. SUBSYSTEM_VERSION=4.00