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.

107 lines
2.6 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. !INCLUDE ..\..\..\..\place.inc
  14. USE_MSVCRT=1
  15. NTTARGETFILES=..\iisext.def
  16. DLLDEF=..\iisext.def
  17. TARGETNAME=iisext
  18. TARGETTYPE=DYNLINK
  19. DLLENTRY=_DllMainCRTStartup
  20. INCLUDES= ..;\
  21. ..\$(O);\
  22. $(IISBASEDIR)\inc;\
  23. $(IISBASEDIR)\inc\$(O);\
  24. $(IISBASEDIR)\svcs\infocomm\common; \
  25. $(SDK_INC_PATH)\atl30\; \
  26. ..\..\oleds2.0\include;\
  27. $(IISBASEDIR)\admin\sitecreator;\
  28. $(IISBASEDIR)\admin\secconlib;\
  29. MSC_WARNING_LEVEL=/W3 /WX
  30. SOURCES=\
  31. ..\iisext.rc \
  32. ..\libmain.cxx \
  33. \
  34. ..\common.cxx \
  35. ..\parse.cxx \
  36. ..\sdict.cxx \
  37. ..\svrcache.cxx \
  38. ..\property.cxx \
  39. ..\cdispmgr.cxx \
  40. ..\guid.c \
  41. \
  42. \
  43. ..\capp.cxx \
  44. ..\cappcf.cxx \
  45. \
  46. ..\ccomp.cxx \
  47. ..\ccompcf.cxx \
  48. \
  49. ..\capool.cxx \
  50. ..\capoolcf.cxx \
  51. \
  52. ..\capools.cxx \
  53. ..\capoolscf.cxx \
  54. \
  55. ..\cwebservice.cxx \
  56. ..\cwebservicecf.cxx \
  57. \
  58. ..\csrv.cxx \
  59. ..\csrvcf.cxx \
  60. \
  61. ..\crmap.cxx \
  62. ..\crmapcf.cxx \
  63. UMTYPE=console
  64. TARGETLIBS = \
  65. $(SDK_LIB_PATH)\uuid.lib \
  66. $(SDK_LIB_PATH)\imagehlp.lib \
  67. $(SDK_LIB_PATH)\ole32.lib \
  68. $(SDK_LIB_PATH)\advapi32.lib \
  69. $(SDK_LIB_PATH)\comdlg32.lib \
  70. $(SDK_LIB_PATH)\kernel32.lib \
  71. $(SDK_LIB_PATH)\shell32.lib \
  72. $(SDK_LIB_PATH)\user32.lib \
  73. $(SDK_LIB_PATH)\gdi32.lib \
  74. $(SDK_LIB_PATH)\oleaut32.lib \
  75. $(SDK_LIB_PATH)\ws2_32.lib \
  76. $(SDK_LIB_PATH)\adsiid.lib \
  77. $(SDK_LIB_PATH)\activeds.lib \
  78. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  79. $(IISBASEDIR)\admin\sitecreator\$(O)\sitecreator.lib \
  80. $(IISBASEDIR)\admin\secconlib\$(O)\secconlib.lib \
  81. $(SDK_LIB_PATH)\crypt32.lib \
  82. C_DEFINES=$(C_DEFINES) -DDAYTONA
  83. PRECOMPILED_INCLUDE=..\iisext.hxx
  84. PRECOMPILED_OBJ=iisext.obj
  85. PRECOMPILED_PCH=iisext.pch
  86. PRECOMPILED_CXX=1