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.

44 lines
895 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. MAJORCOMP=crypt
  6. MINORCOMP=dpapi
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=$(SECURITY_LIB_DEST)
  9. TARGETTYPE=LIBRARY
  10. INCLUDES= ..;$(SECURITY_INC);$(DS_INC_PATH);$(DS_INC_PATH)\crypto;
  11. C_DEFINES= -D_WINDOWS -D_CRYPT32_
  12. !IF $(FREEBUILD)
  13. C_DEFINES=$(C_DEFINES) -D_CRTIMP=
  14. !ENDIF
  15. C_DEFINES=$(C_DEFINES) -DCLIENT
  16. USE_SYSTEM_MIDL=1
  17. IDL_TYPE=RPC
  18. MIDL_FLAGS=$(MIDL_FLAGS)
  19. SOURCES= \
  20. ..\pstypes.idl \
  21. ..\pstrpc.idl \
  22. ..\dprpc.idl \
  23. ..\pasrec.idl \
  24. ..\nt5wrap.cpp \
  25. ..\passrec.cpp \
  26. ..\reset.cpp \
  27. $(O)\pstrpc_c.c \
  28. $(O)\dprpc_c.c \
  29. $(O)\pasrec_c.c
  30. PASS1_PUBLISH= \
  31. {$(SECURITY_LIB_DEST)\..\$(O)\dpapi.lib=$(DS_LIB_PATH)\dpapi.lib}