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.

61 lines
1.2 KiB

  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=crypt32
  6. MINORCOMP=rpor
  7. TARGETNAME=rpor
  8. TARGETPATH=$(SECURITY_LIB_DEST)
  9. TARGETTYPE=LIBRARY
  10. PRECOMPILED_INCLUDE = global.hxx
  11. PRECOMPILED_PCH = global.pch
  12. PRECOMPILED_OBJ = global.obj
  13. C_DEFINES=$(C_DEFINES) -D_WINDOWS -D_CRYPT32_ -D_CRTIMP=
  14. !IF !$(FREEBUILD)
  15. C_DEFINES=$(C_DEFINES) -D_ADVAPI32_
  16. !ENDIF
  17. NOT_LEAN_AND_MEAN=1
  18. !IF "$(CRYPT_USE_DEBUG_CRTS)"!=""
  19. DEBUG_CRTS=1
  20. !ENDIF
  21. !IF "$(CRYPT_USE_WARNING_LEVEL_W4)"!=""
  22. MSC_WARNING_LEVEL=/W4
  23. !ENDIF
  24. INCLUDES= $(SECURITY_INC); \
  25. $(DS_INC_PATH); \
  26. $(DS_INC_PATH)\crypto; \
  27. $(ENDUSER_INC_PATH);
  28. SOURCES= \
  29. offurl.cpp \
  30. demand.cpp \
  31. init.cpp \
  32. cba.cpp \
  33. cua.cpp \
  34. ldapsp.cpp \
  35. inetsp.cpp \
  36. filesp.cpp \
  37. ctxpvdr.cpp \
  38. crobu.cpp \
  39. orm.cpp \
  40. octxutil.cpp \
  41. scheme.cpp \
  42. cgou.cpp \
  43. urlprov.cpp \
  44. origin.cpp \
  45. tvo.cpp \
  46. msrevoke.cpp \
  47. msctl.cpp \
  48. ldapstor.cpp