Source code of Windows XP (NT5)
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.

118 lines
3.0 KiB

  1. !IF 0
  2. Copyright (c) 1995-96 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. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. USE_MSVCRT=1
  14. DLLDEF=..\iis.def
  15. TARGETTYPE=DYNLINK
  16. DLLENTRY=_DllMainCRTStartup
  17. TARGETPATH=obj
  18. INCLUDES= ..;\
  19. ..\$(O);\
  20. $(O);\
  21. $(IISBASEDIR)\staxinc;\
  22. $(IISBASEDIR)\inc;\
  23. $(IISBASEDIR)\inc\$(O);\
  24. $(IISBASEDIR)\svcs\infocomm\common; \
  25. $(IISBASEDIR)\svcs\nntp\core\include; \
  26. $(IISBASEDIR)\staxinc\export; \
  27. ..\..\oleds2.0\include;
  28. MSC_WARNING_LEVEL=/W3 /WX
  29. SOURCES=\
  30. ..\iis.rc \
  31. ..\cprovcf.cxx \
  32. ..\cprov.cxx \
  33. ..\cnamcf.cxx \
  34. ..\cnamesp.cxx \
  35. ..\cenumns.cxx \
  36. ..\ctree.cxx \
  37. ..\cenumt.cxx \
  38. ..\cgenobj.cxx \
  39. ..\cschobj.cxx \
  40. ..\cschema.cxx \
  41. ..\cenumsch.cxx \
  42. ..\cenumvar.cxx \
  43. ..\cenumobj.cxx \
  44. ..\cmimecf.cxx \
  45. ..\cmime.cxx \
  46. ..\cipseccf.cxx \
  47. ..\cipsec.cxx \
  48. ..\cpobjcf.cxx \
  49. ..\cpobj.cxx \
  50. ..\cprops.cxx \
  51. ..\var2sec.cxx \
  52. ..\sec2var.cxx \
  53. ..\common.cxx \
  54. ..\core.cxx \
  55. ..\object.cxx \
  56. ..\getobj.cxx \
  57. ..\parse.cxx \
  58. ..\libmain.cxx \
  59. ..\cdispmgr.cxx \
  60. ..\cextmgr.cxx \
  61. ..\extension.cxx \
  62. ..\iismrshl.cxx \
  63. ..\iisurshl.cxx \
  64. ..\iiscopy.cxx \
  65. ..\iisfree.cxx \
  66. ..\iis2var.cxx \
  67. ..\var2iis.cxx \
  68. ..\schemini.cxx \
  69. ..\charset.cxx \
  70. ..\sdict.cxx \
  71. ..\svrcache.cxx \
  72. ..\guid.c
  73. UMTYPE=console
  74. TARGETLIBS = \
  75. $(SDK_LIB_PATH)\uuid.lib \
  76. $(SDK_LIB_PATH)\imagehlp.lib \
  77. $(SDK_LIB_PATH)\ole32.lib \
  78. $(SDK_LIB_PATH)\advapi32.lib \
  79. $(SDK_LIB_PATH)\comdlg32.lib \
  80. $(SDK_LIB_PATH)\kernel32.lib \
  81. $(SDK_LIB_PATH)\shell32.lib \
  82. $(SDK_LIB_PATH)\user32.lib \
  83. $(SDK_LIB_PATH)\gdi32.lib \
  84. $(SDK_LIB_PATH)\oleaut32.lib \
  85. $(SDK_LIB_PATH)\ws2_32.lib \
  86. $(SDK_LIB_PATH)\activeds.lib \
  87. $(SDK_LIB_PATH)\adsiid.lib \
  88. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  89. $(SDK_LIB_PATH)\crypt32.lib \
  90. $(IISBASEDIR)\svcs\infocomm\rdns\$(O)\isrdns.lib \
  91. $(IISBASEDIR)\admin\adsi\helper\noole\winnt\$(O)\noole.lib \
  92. $(IISBASEDIR)\admin\adsi\helper\nocairo\winnt\$(O)\nocairo.lib \
  93. $(IISBASEDIR)\admin\adsi\helper\utils\winnt\$(O)\noutils.lib
  94. C_DEFINES=$(C_DEFINES) -DDAYTONA -DCAL_ENABLED
  95. PRECOMPILED_INCLUDE=..\iis.hxx
  96. PRECOMPILED_OBJ=iis.obj
  97. PRECOMPILED_PCH=iis.pch
  98. PRECOMPILED_CXX=1