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.

50 lines
1000 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. MAJORCOMP=crypt
  6. MINORCOMP=dpapisvc
  7. TARGETNAME=dpapisvc
  8. TARGETPATH=$(SECURITY_LIB_DEST)
  9. TARGETTYPE=LIBRARY
  10. INCLUDES= $(SECURITY_INC); \
  11. $(SECURITY_INC)\$(O); \
  12. $(DS_INC_PATH); \
  13. $(DS_INC_PATH)\crypto; \
  14. ..\include; \
  15. $(BASE_INC_PATH);
  16. C_DEFINES= -DUNICODE -D_UNICODE -DRETAIL_LOG_SUPPORT
  17. OBJLIBFILES= \
  18. $(SECURITY_LIB_PATH)\unicode.lib \
  19. $(SECURITY_LIB_PATH)\pscommon.lib \
  20. $(SECURITY_LIB_PATH)\dpapi_s.lib
  21. SOURCES=\
  22. crypt32.cpp \
  23. keybckup.cpp \
  24. dpapi.cpp \
  25. session.cpp \
  26. crypt32p.cpp \
  27. keyman.cpp \
  28. keycache.cpp \
  29. keysrv.cpp \
  30. misc.cpp \
  31. capiprim.cpp \
  32. lnklist.cpp \
  33. recovery.cpp
  34. UMTYPE=windows
  35. USE_CRTDLL=1
  36. PRECOMPILED_INCLUDE=pch.cpp