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.

156 lines
3.7 KiB

  1. !IF 0
  2. Copyright (c) 1998-2002 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Revision History:
  12. !ENDIF
  13. MAJORCOMP=admin
  14. MINORCOMP=common
  15. TARGETNAME=certtmpl
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. DLLENTRY=_DllMainCRTStartup
  19. # required for thread-safe heap
  20. USE_MSVCRT=1
  21. # required to support dynamic_cast
  22. USE_RTTI=1
  23. NO_BROWSER_FILE=
  24. UMTYPE=windows
  25. C_DEFINES = -DWORD97_STYLE
  26. WIN32_WINNT_VERSION=0x0500
  27. WIN32_IE_VERSION=0x0500
  28. WINVER_VERSION=0x0500
  29. USE_MFCUNICODE=1
  30. USE_VCCOM=1
  31. USE_ATL=1
  32. ATL_VER=30
  33. USE_STL=1
  34. MSC_WARNING_LEVEL=/W4
  35. USE_WTL=1
  36. PASS0_HEADERDIR=$(O)
  37. PASS0_SOURCEDIR=$(O)
  38. MIDL_TLBDIR=$(O)
  39. #
  40. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  41. #
  42. SXS_ASSEMBLY_NAME=Microsoft.Windows.ServerAdmin.CertificateTemplatesSnapin
  43. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  44. SXS_MANIFEST=certtmpl.manifest
  45. SXS_MANIFEST_IN_RESOURCES=1
  46. SXS_NO_BINPLACE=1
  47. # the resource ID here must be 2
  48. SXS_MANIFEST_RESOURCE_ID=2
  49. # ISOLATION_AWARE_ENABLED ==> use ui themes
  50. C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
  51. #
  52. # Shfusion.lib causes linker warnings. Ignore them.
  53. #
  54. LINKER_FLAGS=$(LINKER_FLAGS) -ignore:4049,4217
  55. TARGETLIBS=\
  56. $(DS_LIB_PATH)\certclip.lib \
  57. $(SDK_LIB_PATH)\mmc.lib \
  58. $(SDK_LIB_PATH)\kernel32.lib \
  59. $(SDK_LIB_PATH)\user32.lib \
  60. $(SDK_LIB_PATH)\oleaut32.lib \
  61. $(SDK_LIB_PATH)\ole32.lib \
  62. $(SDK_LIB_PATH)\advapi32.lib \
  63. $(SDK_LIB_PATH)\netapi32.lib \
  64. $(SDK_LIB_PATH)\shell32.lib \
  65. $(SDK_LIB_PATH)\uuid.lib \
  66. $(SDK_LIB_PATH)\cryptui.lib \
  67. $(SDK_LIB_PATH)\crypt32.lib \
  68. $(SDK_LIB_PATH)\comdlg32.lib \
  69. $(SDK_LIB_PATH)\gdi32.lib \
  70. $(SDK_LIB_PATH)\ntdsapi.lib \
  71. $(SHELL_LIB_PATH)\shfusion.lib \
  72. $(SHELL_LIB_PATH)\shlwapip.lib \
  73. $(SDK_LIB_PATH)\adsiid.lib \
  74. $(SDK_LIB_PATH)\activeds.lib \
  75. $(SDK_LIB_PATH)\aclui.lib \
  76. $(SDK_LIB_PATH)\wldap32.lib \
  77. ..\framewrk\$(O)\framewrk.lib \
  78. ..\corecopy\$(O)\uicore.lib
  79. # C_DEFINES is controlled by UIGLOBAL.MK
  80. INCLUDES=..\framewrk; \
  81. ..\framewrk\inc; \
  82. ..\corecopy; \
  83. ..\chooser; \
  84. $(NET_INC_PATH); \
  85. $(DS_INC_PATH); \
  86. $(SHELL_INC_PATH); \
  87. $(DRIVERS_INC_PATH);
  88. PRECOMPILED_INCLUDE = stdafx.h
  89. PRECOMPILED_CXX = 1
  90. SOURCES= about.cpp \
  91. AddApprovalDlg.cpp \
  92. BasicConstraintsDlg.cpp \
  93. CertTmpl.cpp \
  94. cmponent.cpp \
  95. compdata.cpp \
  96. cookie.cpp \
  97. dataobj.cpp \
  98. debug.cpp \
  99. CertTemplate.cpp \
  100. HelpPropertyPage.cpp \
  101. KeyUsageDlg.cpp \
  102. NewApplicationOIDDlg.cpp \
  103. NewIssuanceOIDDlg.cpp \
  104. persist.cpp \
  105. PolicyDlg.cpp \
  106. PolicyOID.cpp \
  107. SecurityPropertyPage.cpp \
  108. SelectOIDDlg.cpp \
  109. SelectCSPDlg.cpp \
  110. SelectTemplateDlg.cpp \
  111. ShellExt.cpp \
  112. TemplateGeneralPropertyPage.cpp \
  113. TemplatePropertySheet.cpp \
  114. TemplateV1RequestPropertyPage.cpp \
  115. TemplateV2RequestPropertyPage.cpp \
  116. TemplateV1SubjectNamePropertyPage.cpp \
  117. TemplateV2SubjectNamePropertyPage.cpp \
  118. TemplateV2AuthenticationPropertyPage.cpp \
  119. TemplateV2SupercedesPropertyPage.cpp \
  120. TemplateExtensionsPropertyPage.cpp \
  121. tinstall.cpp \
  122. ViewOIDDlg.cpp \
  123. CertTmpl.idl \
  124. resource.rc