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.

319 lines
8.0 KiB

  1. # Microsoft Developer Studio Project File - Name="iisprov" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=iisprov - Win32 Debug Unicode
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "iisprov.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "iisprov.mak" CFG="iisprov - Win32 Debug Unicode"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "iisprov - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "iisprov - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName "iisprov"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "iisprov - Win32 Debug Unicode"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 1
  31. # PROP BASE Output_Dir "iisprov___Win32_Debug_Unicode"
  32. # PROP BASE Intermediate_Dir "iisprov___Win32_Debug_Unicode"
  33. # PROP BASE Ignore_Export_Lib 0
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 1
  37. # PROP Output_Dir "Debug_Unicode"
  38. # PROP Intermediate_Dir "Debug_Unicode"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c
  42. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /D "_WIN32_DCOM" /D _WIN32_WINNT=0x0500 /YX /FD /c
  43. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  44. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  46. # ADD RSC /l 0x409 /d "_DEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # ADD BASE LINK32 wbemuuid.lib framedyd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /entry:"LibMain32" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept
  52. # SUBTRACT BASE LINK32 /pdb:none
  53. # ADD LINK32 adsiid.lib activeds.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wbemuuid.lib crypt32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc.lib" /out:"Debug_Unicode/iiswmi.dll" /pdbtype:sept
  54. # SUBTRACT LINK32 /pdb:none
  55. !ELSEIF "$(CFG)" == "iisprov - Win32 Release Unicode"
  56. # PROP BASE Use_MFC 0
  57. # PROP BASE Use_Debug_Libraries 0
  58. # PROP BASE Output_Dir "iisprov___Win32_Release_Unicode"
  59. # PROP BASE Intermediate_Dir "iisprov___Win32_Release_Unicode"
  60. # PROP BASE Target_Dir ""
  61. # PROP Use_MFC 0
  62. # PROP Use_Debug_Libraries 0
  63. # PROP Output_Dir "Release_Unicode"
  64. # PROP Intermediate_Dir "Release_Unicode"
  65. # PROP Ignore_Export_Lib 0
  66. # PROP Target_Dir ""
  67. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IISPROV_EXPORTS" /YX /FD /c
  68. # ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /D "_WIN32_DCOM" /D _WIN32_WINNT=0x0500 /YX /FD /c
  69. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  70. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  71. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  72. # ADD RSC /l 0x409 /d "NDEBUG"
  73. BSC32=bscmake.exe
  74. # ADD BASE BSC32 /nologo
  75. # ADD BSC32 /nologo
  76. LINK32=link.exe
  77. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wbemuuid.lib framedyn.lib /nologo /dll /machine:I386
  78. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wbemuuid.lib crypt32.lib adsiid.lib activeds.lib /nologo /dll /machine:I386 /out:"Release_Unicode/iiswmi.dll"
  79. # SUBTRACT LINK32 /nodefaultlib
  80. !ENDIF
  81. # Begin Target
  82. # Name "iisprov - Win32 Debug Unicode"
  83. # Name "iisprov - Win32 Release Unicode"
  84. # Begin Group "Source Files"
  85. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  86. # Begin Source File
  87. SOURCE=.\adminacl.cpp
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.\appladmin.cpp
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.\AssocACLACE.cpp
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.\AssocBase.cpp
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.\AssocComponent.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.\AssocSameLevel.cpp
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.\certmap.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.\classfac.cpp
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.\enum.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\globdata.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\hashtable.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\iisprov.cpp
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\iiswmi.def
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\instancehelper.cpp
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\ipsecurity.cpp
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\maindll.cpp
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\metabase.cpp
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.\MultiSzData.cpp
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\MultiSzHelper.cpp
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\pusher.cpp
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.\queryhelper.cpp
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.\schemadynamic.cpp
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\schemaextensions.cpp
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\utils.cpp
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.\WebServiceMethod.cpp
  160. # End Source File
  161. # End Group
  162. # Begin Group "Header Files"
  163. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  164. # Begin Source File
  165. SOURCE=.\adminacl.h
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\appladmin.h
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\AssocACLACE.h
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\AssocBase.h
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\AssocComponent.h
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\AssocSameLevel.h
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\certmap.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\enum.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\hashtable.h
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.\iiscnfgp.h
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.\iisfiles.h
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.\iisprov.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.\instancehelper.h
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\ipsecurity.h
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.\metabase.h
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.\MultiSzData.h
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.\MultiSzHelper.h
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.\wmiutils\ProviderBase.h
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.\pusher.h
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.\queryhelper.h
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.\schema.h
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\schemadynamic.h
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.\schemaextensions.h
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.\utils.h
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.\wmiutils\WbemObjectSink.h
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.\wmiutils\WbemServices.h
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\WebServiceMethod.h
  244. # End Source File
  245. # End Group
  246. # Begin Group "Resource Files"
  247. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  248. # End Group
  249. # Begin Source File
  250. SOURCE=.\iisprov.mof
  251. # End Source File
  252. # End Target
  253. # End Project