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.

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