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.

369 lines
14 KiB

  1. # Microsoft Developer Studio Project File - Name="WMIScriptUtils" - 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=WMIScriptUtils - Win32 Debug
  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 "WMIScriptUtils.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 "WMIScriptUtils.mak" CFG="WMIScriptUtils - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "WMIScriptUtils - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "WMIScriptUtils - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "WMIScriptUtils - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "WMIScriptUtils - Win32 Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "WMIScriptUtils - Win32 Unicode Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "WMIScriptUtils - Win32 Unicode Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE
  25. # Begin Project
  26. # PROP AllowPerConfigDependencies 0
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. !IF "$(CFG)" == "WMIScriptUtils - Win32 Debug"
  31. # PROP BASE Use_MFC 0
  32. # PROP BASE Use_Debug_Libraries 1
  33. # PROP BASE Output_Dir "Debug"
  34. # PROP BASE Intermediate_Dir "Debug"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 1
  38. # PROP Output_Dir "Debug"
  39. # PROP Intermediate_Dir "Debug"
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
  42. # ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
  43. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  44. # ADD RSC /l 0x409 /d "_DEBUG"
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # 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 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  50. # 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 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  51. # Begin Custom Build - Performing registration
  52. OutDir=.\Debug
  53. TargetPath=.\Debug\WMIScriptUtils.dll
  54. InputPath=.\Debug\WMIScriptUtils.dll
  55. SOURCE="$(InputPath)"
  56. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  57. regsvr32 /s /c "$(TargetPath)"
  58. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  59. # End Custom Build
  60. !ELSEIF "$(CFG)" == "WMIScriptUtils - Win32 Unicode Debug"
  61. # PROP BASE Use_MFC 0
  62. # PROP BASE Use_Debug_Libraries 1
  63. # PROP BASE Output_Dir "DebugU"
  64. # PROP BASE Intermediate_Dir "DebugU"
  65. # PROP BASE Target_Dir ""
  66. # PROP Use_MFC 0
  67. # PROP Use_Debug_Libraries 1
  68. # PROP Output_Dir "DebugU"
  69. # PROP Intermediate_Dir "DebugU"
  70. # PROP Target_Dir ""
  71. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
  72. # ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
  73. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  74. # ADD RSC /l 0x409 /d "_DEBUG"
  75. BSC32=bscmake.exe
  76. # ADD BASE BSC32 /nologo
  77. # ADD BSC32 /nologo
  78. LINK32=link.exe
  79. # 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 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  80. # 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 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  81. # Begin Custom Build - Performing registration
  82. OutDir=.\DebugU
  83. TargetPath=.\DebugU\WMIScriptUtils.dll
  84. InputPath=.\DebugU\WMIScriptUtils.dll
  85. SOURCE="$(InputPath)"
  86. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  87. if "%OS%"=="" goto NOTNT
  88. if not "%OS%"=="Windows_NT" goto NOTNT
  89. regsvr32 /s /c "$(TargetPath)"
  90. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  91. goto end
  92. :NOTNT
  93. echo Warning : Cannot register Unicode DLL on Windows 95
  94. :end
  95. # End Custom Build
  96. !ELSEIF "$(CFG)" == "WMIScriptUtils - Win32 Release MinSize"
  97. # PROP BASE Use_MFC 0
  98. # PROP BASE Use_Debug_Libraries 0
  99. # PROP BASE Output_Dir "ReleaseMinSize"
  100. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  101. # PROP BASE Target_Dir ""
  102. # PROP Use_MFC 0
  103. # PROP Use_Debug_Libraries 0
  104. # PROP Output_Dir "ReleaseMinSize"
  105. # PROP Intermediate_Dir "ReleaseMinSize"
  106. # PROP Target_Dir ""
  107. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  108. # ADD CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  109. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  110. # ADD RSC /l 0x409 /d "NDEBUG"
  111. BSC32=bscmake.exe
  112. # ADD BASE BSC32 /nologo
  113. # ADD BSC32 /nologo
  114. LINK32=link.exe
  115. # 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 /nologo /subsystem:windows /dll /machine:I386
  116. # 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 /nologo /subsystem:windows /dll /machine:I386
  117. # Begin Custom Build - Performing registration
  118. OutDir=.\ReleaseMinSize
  119. TargetPath=.\ReleaseMinSize\WMIScriptUtils.dll
  120. InputPath=.\ReleaseMinSize\WMIScriptUtils.dll
  121. SOURCE="$(InputPath)"
  122. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  123. regsvr32 /s /c "$(TargetPath)"
  124. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  125. # End Custom Build
  126. !ELSEIF "$(CFG)" == "WMIScriptUtils - Win32 Release MinDependency"
  127. # PROP BASE Use_MFC 0
  128. # PROP BASE Use_Debug_Libraries 0
  129. # PROP BASE Output_Dir "ReleaseMinDependency"
  130. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  131. # PROP BASE Target_Dir ""
  132. # PROP Use_MFC 0
  133. # PROP Use_Debug_Libraries 0
  134. # PROP Output_Dir "ReleaseMinDependency"
  135. # PROP Intermediate_Dir "ReleaseMinDependency"
  136. # PROP Target_Dir ""
  137. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  138. # ADD CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  139. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  140. # ADD RSC /l 0x409 /d "NDEBUG"
  141. BSC32=bscmake.exe
  142. # ADD BASE BSC32 /nologo
  143. # ADD BSC32 /nologo
  144. LINK32=link.exe
  145. # 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 /nologo /subsystem:windows /dll /machine:I386
  146. # 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 /nologo /subsystem:windows /dll /machine:I386
  147. # Begin Custom Build - Performing registration
  148. OutDir=.\ReleaseMinDependency
  149. TargetPath=.\ReleaseMinDependency\WMIScriptUtils.dll
  150. InputPath=.\ReleaseMinDependency\WMIScriptUtils.dll
  151. SOURCE="$(InputPath)"
  152. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  153. regsvr32 /s /c "$(TargetPath)"
  154. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  155. # End Custom Build
  156. !ELSEIF "$(CFG)" == "WMIScriptUtils - Win32 Unicode Release MinSize"
  157. # PROP BASE Use_MFC 0
  158. # PROP BASE Use_Debug_Libraries 0
  159. # PROP BASE Output_Dir "ReleaseUMinSize"
  160. # PROP BASE Intermediate_Dir "ReleaseUMinSize"
  161. # PROP BASE Target_Dir ""
  162. # PROP Use_MFC 0
  163. # PROP Use_Debug_Libraries 0
  164. # PROP Output_Dir "ReleaseUMinSize"
  165. # PROP Intermediate_Dir "ReleaseUMinSize"
  166. # PROP Target_Dir ""
  167. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  168. # ADD CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  169. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  170. # ADD RSC /l 0x409 /d "NDEBUG"
  171. BSC32=bscmake.exe
  172. # ADD BASE BSC32 /nologo
  173. # ADD BSC32 /nologo
  174. LINK32=link.exe
  175. # 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 /nologo /subsystem:windows /dll /machine:I386
  176. # 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 /nologo /subsystem:windows /dll /machine:I386
  177. # Begin Custom Build - Performing registration
  178. OutDir=.\ReleaseUMinSize
  179. TargetPath=.\ReleaseUMinSize\WMIScriptUtils.dll
  180. InputPath=.\ReleaseUMinSize\WMIScriptUtils.dll
  181. SOURCE="$(InputPath)"
  182. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  183. if "%OS%"=="" goto NOTNT
  184. if not "%OS%"=="Windows_NT" goto NOTNT
  185. regsvr32 /s /c "$(TargetPath)"
  186. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  187. goto end
  188. :NOTNT
  189. echo Warning : Cannot register Unicode DLL on Windows 95
  190. :end
  191. # End Custom Build
  192. !ELSEIF "$(CFG)" == "WMIScriptUtils - Win32 Unicode Release MinDependency"
  193. # PROP BASE Use_MFC 0
  194. # PROP BASE Use_Debug_Libraries 0
  195. # PROP BASE Output_Dir "ReleaseUMinDependency"
  196. # PROP BASE Intermediate_Dir "ReleaseUMinDependency"
  197. # PROP BASE Target_Dir ""
  198. # PROP Use_MFC 0
  199. # PROP Use_Debug_Libraries 0
  200. # PROP Output_Dir "ReleaseUMinDependency"
  201. # PROP Intermediate_Dir "ReleaseUMinDependency"
  202. # PROP Target_Dir ""
  203. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  204. # ADD CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /FR /Yu"stdafx.h" /FD /c
  205. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  206. # ADD RSC /l 0x409 /d "NDEBUG"
  207. BSC32=bscmake.exe
  208. # ADD BASE BSC32 /nologo
  209. # ADD BSC32 /nologo
  210. LINK32=link.exe
  211. # 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 /nologo /subsystem:windows /dll /machine:I386
  212. # 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 /nologo /subsystem:windows /dll /machine:I386
  213. # Begin Custom Build - Performing registration
  214. OutDir=.\ReleaseUMinDependency
  215. TargetPath=.\ReleaseUMinDependency\WMIScriptUtils.dll
  216. InputPath=.\ReleaseUMinDependency\WMIScriptUtils.dll
  217. SOURCE="$(InputPath)"
  218. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  219. if "%OS%"=="" goto NOTNT
  220. if not "%OS%"=="Windows_NT" goto NOTNT
  221. regsvr32 /s /c "$(TargetPath)"
  222. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  223. goto end
  224. :NOTNT
  225. echo Warning : Cannot register Unicode DLL on Windows 95
  226. :end
  227. # End Custom Build
  228. !ENDIF
  229. # Begin Target
  230. # Name "WMIScriptUtils - Win32 Debug"
  231. # Name "WMIScriptUtils - Win32 Unicode Debug"
  232. # Name "WMIScriptUtils - Win32 Release MinSize"
  233. # Name "WMIScriptUtils - Win32 Release MinDependency"
  234. # Name "WMIScriptUtils - Win32 Unicode Release MinSize"
  235. # Name "WMIScriptUtils - Win32 Unicode Release MinDependency"
  236. # Begin Group "Source Files"
  237. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  238. # Begin Source File
  239. SOURCE=.\CommonFuncs.cpp
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=.\FileHash.cpp
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=.\StdAfx.cpp
  246. # ADD CPP /Yc"stdafx.h"
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\WMIObjectBroker.cpp
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.\WMIObjectBrokerRegistration.cpp
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.\WMIScriptUtils.cpp
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.\WMIScriptUtils.def
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.\WMIScriptUtils.idl
  262. # ADD MTL /tlb ".\WMIScriptUtils.tlb" /h "WMIScriptUtils.h" /iid "WMIScriptUtils_i.c" /Oicf
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=.\WMIScriptUtils.rc
  266. # End Source File
  267. # End Group
  268. # Begin Group "Header Files"
  269. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  270. # Begin Source File
  271. SOURCE=.\CommonFuncs.h
  272. # End Source File
  273. # Begin Source File
  274. SOURCE=.\FileHash.h
  275. # End Source File
  276. # Begin Source File
  277. SOURCE=.\Resource.h
  278. # End Source File
  279. # Begin Source File
  280. SOURCE=.\StdAfx.h
  281. # End Source File
  282. # Begin Source File
  283. SOURCE=.\WMIObjectBroker.h
  284. # End Source File
  285. # Begin Source File
  286. SOURCE=.\WMIObjectBrokerRegistration.h
  287. # End Source File
  288. # End Group
  289. # Begin Group "Resource Files"
  290. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  291. # Begin Source File
  292. SOURCE=.\wmiobjec.bmp
  293. # End Source File
  294. # Begin Source File
  295. SOURCE=.\WMIObjectBroker.rgs
  296. # End Source File
  297. # Begin Source File
  298. SOURCE=.\WMIObjectBrokerRegistration.rgs
  299. # End Source File
  300. # End Group
  301. # Begin Source File
  302. SOURCE=.\HTM\BrokerSample.htm
  303. # End Source File
  304. # Begin Source File
  305. SOURCE=.\HTM\BrokerSimple.htm
  306. # End Source File
  307. # Begin Source File
  308. SOURCE=.\HTM\BrokerSimple2.htm
  309. # End Source File
  310. # Begin Source File
  311. SOURCE=.\HTM\WMIObjectBroker.htm
  312. # End Source File
  313. # End Target
  314. # End Project