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.

62 lines
1.2 KiB

  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_s
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=$(SECURITY_LIB_DEST)
  9. TARGETTYPE=LIBRARY
  10. INCLUDES= ..;$(SECURITY_INC);
  11. C_DEFINES= -D_WINDOWS -D_CRYPT32_
  12. !IF $(FREEBUILD)
  13. C_DEFINES=$(C_DEFINES) -D_CRTIMP=
  14. !ENDIF
  15. USE_SYSTEM_MIDL=1
  16. IDL_TYPE=RPC
  17. PASS0_CLIENTDIR=$(O)
  18. PASS0_SERVERDIR=$(O)
  19. PASS0_HEADERDIR=$(O)
  20. MIDL_FLAGS=$(MIDL_FLAGS) -prefix server "s_"
  21. CRYPTO_INC=..\..\..\..\inc
  22. GENERATED_HEADER_FILES=\
  23. $(CRYPTO_INC)\$(O)\pstypes.h \
  24. $(CRYPTO_INC)\$(O)\pasrec.h \
  25. $(CRYPTO_INC)\$(O)\pstrpc.h\
  26. $(CRYPTO_INC)\$(O)\keyrpc.h \
  27. $(CRYPTO_INC)\$(O)\dprpc.h
  28. SOURCES= \
  29. ..\pstypes.idl \
  30. ..\pasrec.idl \
  31. ..\pstrpc.idl \
  32. ..\keyrpc.idl \
  33. ..\dprpc.idl \
  34. ..\passrec.cpp \
  35. $(O)\pasrec_c.c \
  36. $(O)\pasrec_s.c \
  37. $(O)\pstrpc_c.c \
  38. $(O)\pstrpc_s.c \
  39. $(O)\keyrpc_c.c \
  40. $(O)\keyrpc_s.c \
  41. $(O)\dprpc_c.c \
  42. $(O)\dprpc_s.c \
  43. $(O)\pasrec_c.c \
  44. $(O)\pasrec_s.c
  45. NTTARGETFILE0=$(GENERATED_HEADER_FILES)