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.

48 lines
794 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=crypstub
  7. TARGETNAME=crypstub
  8. TARGETPATH=obj
  9. TARGETTYPE=LIBRARY
  10. PASS1_PUBLISH={$(O)\crypstub.lib=$(DS_LIB_PATH)\crypstub.lib}
  11. INCLUDES= $(SECURITY_INC); \
  12. $(DS_INC_PATH); \
  13. $(SECURITY_INC)\$(O); \
  14. $(DS_INC_PATH)\crypto; \
  15. ..\include; \
  16. $(BASE_INC_PATH);
  17. DPAPI_IDL_PATH= ..\common\dpapi
  18. C_DEFINES= -DUNICODE -D_UNICODE
  19. OBJLIBFILES= \
  20. $(SECURITY_LIB_PATH)\keysvc_s.lib \
  21. $(SECURITY_LIB_PATH)\dpapi_s.lib
  22. SOURCES= \
  23. dpapistb.cpp \
  24. crypstub.cpp \
  25. keysvr.cpp
  26. UMTYPE=windows