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.

82 lines
1.5 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. CA_RELATIVEROOT=..
  6. MAJORCOMP=certsrv
  7. MINORCOMP=certlib
  8. TARGETNAME=$(MINORCOMP)
  9. TARGETPATH=obj
  10. TARGETTYPE=LIBRARY
  11. CHECKED_ALT_DIR=1
  12. NOT_LEAN_AND_MEAN=1
  13. USE_MSVCRT=1
  14. !include $(CA_RELATIVEROOT)\sources.inc
  15. INCLUDES=$(CA_RELATIVEROOT)\include; \
  16. $(CA_RELATIVEROOT)\include\$(O); \
  17. $(PROJECT_ROOT)\netapi\inc; \
  18. $(SECURITY_INC); \
  19. $(BASE_INC_PATH);
  20. C_DEFINES=-DUNICODE -D_UNICODE -D_CERTCLI_
  21. !if defined(CERTSRV_SFLAGS)
  22. C_DEFINES=$(C_DEFINES) -D_ALLOW_GET_FLAGS_
  23. !endif
  24. PRECOMPILED_INCLUDE=pch.cpp
  25. SOURCES= \
  26. acl.cpp \
  27. admin.cpp \
  28. advapi32.cpp \
  29. backup.cpp \
  30. casd.cpp \
  31. certlib.cpp \
  32. certpick.cpp \
  33. certsd.cpp \
  34. check7f.cpp \
  35. ciexit.cpp \
  36. cipolicy.cpp \
  37. cnfgstg.cpp \
  38. config.cpp \
  39. crfile.cpp \
  40. crypt.cpp \
  41. cscsp.cpp \
  42. cslistvw.cpp \
  43. cspelog.cpp \
  44. cstring.cpp \
  45. csw97ppg.cpp \
  46. csw97sht.cpp \
  47. dcom.cpp \
  48. dispatch.cpp \
  49. exitdisp.cpp \
  50. inf.cpp \
  51. ldap.cpp \
  52. log.cpp \
  53. manage.cpp \
  54. mapi.cpp \
  55. multisz.cpp \
  56. officer.cpp \
  57. poldisp.cpp \
  58. progress.cpp \
  59. reg.cpp \
  60. request.cpp \
  61. rwlock.cpp \
  62. string.cpp \
  63. tmpllist.cpp \
  64. tfc.cpp \
  65. tfcprop.cpp \
  66. view.cpp \
  67. viewattr.cpp \
  68. viewcol.cpp \
  69. viewext.cpp \
  70. viewrow.cpp