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.

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