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.

80 lines
1.4 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-1989
  12. Revision History:
  13. !ENDIF
  14. MAJORCOMP=schannel
  15. MINORCOMP=spbase
  16. TARGETNAME=spbase
  17. TARGETPATH=obj
  18. TARGETTYPE=LIBRARY
  19. SYNCHRONIZE_BLOCK=1
  20. PRECOMPILED_INCLUDE = spbase.h
  21. PRECOMPILED_PCH = spbase.pch
  22. PRECOMPILED_OBJ = spbase.obj
  23. C_DEFINES= -D_WINDOWS -DDO_PCT_COMPAT
  24. INCLUDES= ..\;..\inc; \
  25. $(DS_INC_PATH)\crypto; \
  26. $(SECURITY_INC); \
  27. $(ENDUSER_INC_PATH);
  28. # Strict warning, can be used to detect uninitialized vars. Picks up random
  29. # stuff too
  30. MSC_WARNING_LEVEL= /W4 /WX
  31. SOURCES= \
  32. cache.c \
  33. certmap.c \
  34. context.c \
  35. cred.c \
  36. cliprot.c \
  37. debug.c \
  38. defcreds.c \
  39. keyxmspk.c \
  40. keyxmsdh.c \
  41. mapcache.c \
  42. rng.c \
  43. serial.c \
  44. specmap.c \
  45. ssl2msg.c \
  46. ssl2cli.c \
  47. srvprot.c \
  48. ssl2pkl.c \
  49. ssl2srv.c \
  50. pct1cli.c \
  51. pct1pckl.c \
  52. pct1srv.c \
  53. ssl3key.c \
  54. ssl3msg.c \
  55. tls1key.c \
  56. ssl3.c \
  57. pct1msg.c \
  58. cert.c \
  59. sigsys.c \
  60. asn1enc.c \
  61. oidenc.c