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.

470 lines
13 KiB

  1. # Microsoft Developer Studio Project File - Name="ClAdmWiz" - 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=ClAdmWiz - 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 "ClAdmWiz.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 "ClAdmWiz.mak" CFG="ClAdmWiz - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "ClAdmWiz - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "ClAdmWiz - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "ClAdmWiz - Win32 Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "ClAdmWiz - Win32 Debug"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 1
  32. # PROP BASE Output_Dir "Debug"
  33. # PROP BASE Intermediate_Dir "Debug"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 1
  37. # PROP Output_Dir "Debug"
  38. # PROP Intermediate_Dir "Debug"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MTd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  42. # ADD CPP /Gz /MTd /W3 /WX /GR /GX /ZI /Od /I "." /I "..\..\common" /I "..\..\..\inc" /D _X86_=1 /D i386=1 /D NT_UP=1 /D _NT1X_=100 /D WINVER=0x0500 /D DBG=1 /D "UNICODE" /D WIN32=100 /D WINNT=1 /D _DLL=1 /D _MT=1 /D "_UNICODE" /D _WIN32_WINNT=0x0500 /D _WIN32_IE=0x0400 /D WIN32_LEAN_AND_MEAN=1 /D "STD_CALL" /D CONDITION_HANDLING=1 /D NT_INST=0 /D DEVL=1 /D FPO=1 /D "_ATL_DLL" /FR /Yu"stdafx.h" /FD /Zel /QIfdiv- /QIf /QI0f /GF /c
  43. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  44. # ADD MTL /nologo /D DBG=1 /mktyplib203 /o "NUL" /win32
  45. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  46. # ADD RSC /l 0x409 /i "." /i "....\\common" /i "..\..\..\inc" /d _X86_=1 /d i386=1 /d "STD_CALL" /d CONDITION_HANDLING=1 /d NT_UP=1 /d NT_INST=0 /d WIN32=100 /d _NT1X_=100 /d WINNT=1 /d _WIN32_WINNT=0x0500 /d WINVER=0x0500 /d _WIN32_IE=0x0400 /d WIN32_LEAN_AND_MEAN=1 /d DBG=1 /d DEVL=1 /d FPO=0 /d _DLL=1 /d _MT=1 /d "UNICODE" /d "_UNICODE" /d "_ATL_DLL"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # 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
  52. # ADD LINK32 ..\..\Common\objd\i386\Common.lib ..\..\..\clusrtl\objd\i386\clusrtl.lib msvcrtd.lib cluadmex.lib cladmwiz.lib resutils.lib clusapi.lib atl.lib kernel32.lib user32.lib gdi32.lib comctl32.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib netapi32.lib ws2_32.lib icmp.lib ntdll.lib dnsapi.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib /pdbtype:sept
  53. # Begin Custom Build - Registering ActiveX Control...
  54. OutDir=.\Debug
  55. TargetPath=.\Debug\ClAdmWiz.dll
  56. InputPath=.\Debug\ClAdmWiz.dll
  57. SOURCE="$(InputPath)"
  58. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  59. regsvr32 /s /c "$(TargetPath)"
  60. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  61. # End Custom Build
  62. !ELSEIF "$(CFG)" == "ClAdmWiz - Win32 Release MinSize"
  63. # PROP BASE Use_MFC 0
  64. # PROP BASE Use_Debug_Libraries 0
  65. # PROP BASE Output_Dir "ReleaseMinSize"
  66. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  67. # PROP BASE Target_Dir ""
  68. # PROP Use_MFC 0
  69. # PROP Use_Debug_Libraries 0
  70. # PROP Output_Dir "ReleaseMinSize"
  71. # PROP Intermediate_Dir "ReleaseMinSize"
  72. # PROP Ignore_Export_Lib 0
  73. # PROP Target_Dir ""
  74. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  75. # ADD CPP /nologo /Gz /MD /W3 /WX /GR /GX /Oy /I "." /I "..\..\common" /I "..\..\..\inc" /D _X86_=1 /D i386=1 /D NT_UP=1 /D _NT1X_=100 /D WINVER=0x0500 /D "NDEBUG" /D "UNICODE" /D WIN32=100 /D WINNT=1 /D _DLL=1 /D _MT=1 /D "_UNICODE" /D _WIN32_WINNT=0x0500 /D _WIN32_IE=0x0400 /D WIN32_LEAN_AND_MEAN=1 /D "STD_CALL" /D CONDITION_HANDLING=1 /D NT_INST=0 /D DEVL=1 /D FPO=1 /D "_ATL_DLL" /D "_ATL_NO_DEBUG_CRT" /FR /Yu"stdafx.h" /FD /QIfdiv- /QIf /QI0f /GF /Oxs /Zel /c
  76. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  77. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  78. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  79. # ADD RSC /l 0x409 /i "." /i "..\..\common" /i "..\..\..\inc" /d "NDEBUG" /d "_UNICODE" /d "UNICODE" /d WINVER=0x0400
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. LINK32=link.exe
  84. # 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
  85. # ADD LINK32 ..\..\Common\obj\i386\Common.lib ..\..\..\clusrtl\obj\i386\clusrtl.lib msvcrt.lib cluadmex.lib cladmwiz.lib resutils.lib clusapi.lib atl.lib kernel32.lib user32.lib gdi32.lib comctl32.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib netapi32.lib ws2_32.lib icmp.lib ntdll.lib dnsapi.lib /nologo /version:5.0 /dll /machine:I386 /nodefaultlib /subsystem:windows,4.00 /osversion:5.00 /release /opt:ref /opt:icf /fullbuild /optidata
  86. # SUBTRACT LINK32 /pdb:none
  87. # Begin Custom Build - Registering ActiveX Control...
  88. OutDir=.\ReleaseMinSize
  89. TargetPath=.\ReleaseMinSize\ClAdmWiz.dll
  90. InputPath=.\ReleaseMinSize\ClAdmWiz.dll
  91. SOURCE="$(InputPath)"
  92. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  93. regsvr32 /s /c "$(TargetPath)"
  94. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  95. # End Custom Build
  96. !ELSEIF "$(CFG)" == "ClAdmWiz - Win32 Release MinDependency"
  97. # PROP BASE Use_MFC 0
  98. # PROP BASE Use_Debug_Libraries 0
  99. # PROP BASE Output_Dir "ReleaseMinDependency"
  100. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  101. # PROP BASE Target_Dir ""
  102. # PROP Use_MFC 0
  103. # PROP Use_Debug_Libraries 0
  104. # PROP Output_Dir "ReleaseMinDependency"
  105. # PROP Intermediate_Dir "ReleaseMinDependency"
  106. # PROP Ignore_Export_Lib 0
  107. # PROP Target_Dir ""
  108. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  109. # ADD CPP /nologo /Gz /MT /W4 /GX /O1 /I "." /I "..\..\common" /I "..\..\..\inc" /D "NDEBUG" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /D "_WINDOWS" /D WIN32=100 /D WINNT=1 /D _DLL=1 /D _MT=1 /D "_UNICODE" /D _WIN32_WINNT=0x0500 /D _WIN32_IE=0x0400 /D WIN32_LEAN_AND_MEAN=1 /D "STD_CALL" /D CONDITION_HANDLING=1 /D NT_INST=0 /D DEVL=1 /D FPO=1 /D "_ATL_DLL" /D "_ATL_NO_DEBUG_CRT" /FR /Yu"stdafx.h" /FD /c
  110. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  111. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  112. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  113. # ADD RSC /l 0x409 /i "." /i "....\\common" /i "..\..\..\inc" /d "NDEBUG" /d "_UNICODE" /d "UNICODE" /d WINVER=0x0400
  114. BSC32=bscmake.exe
  115. # ADD BASE BSC32 /nologo
  116. # ADD BSC32 /nologo
  117. LINK32=link.exe
  118. # 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
  119. # ADD LINK32 ..\..\Common\obj\i386\Common.lib ..\..\..\clusrtl\obj\i386\clusrtl.lib msvcrt.lib cluadmex.lib cladmwiz.lib resutils.lib clusapi.lib atl.lib kernel32.lib user32.lib gdi32.lib comctl32.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib netapi32.lib ws2_32.lib icmp.lib ntdll.lib dnsapi.lib /nologo /subsystem:windows /dll /machine:I386 /nodefaultlib
  120. # Begin Custom Build - Registering ActiveX Control...
  121. OutDir=.\ReleaseMinDependency
  122. TargetPath=.\ReleaseMinDependency\ClAdmWiz.dll
  123. InputPath=.\ReleaseMinDependency\ClAdmWiz.dll
  124. SOURCE="$(InputPath)"
  125. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  126. regsvr32 /s /c "$(TargetPath)"
  127. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  128. # End Custom Build
  129. !ENDIF
  130. # Begin Target
  131. # Name "ClAdmWiz - Win32 Debug"
  132. # Name "ClAdmWiz - Win32 Release MinSize"
  133. # Name "ClAdmWiz - Win32 Release MinDependency"
  134. # Begin Group "Source Files"
  135. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  136. # Begin Source File
  137. SOURCE=.\App.cpp
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\ARCreate.cpp
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\ARName.cpp
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\ARType.cpp
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\AtlBasePropSheetS.cpp
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\AtlBaseSheetS.cpp
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\AtlBaseWizPageS.cpp
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\AtlBaseWizS.cpp
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.\AtlDbgWinS.cpp
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\AtlExtDllS.cpp
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\AtlUtilS.cpp
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\ClAdmWiz.cpp
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\ClAdmWiz.def
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.\ClAdmWiz.rc
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\ClusAppWiz.cpp
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.\ClusObjS.cpp
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\Complete.cpp
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\dlldatax.c
  189. # PROP Exclude_From_Scan -1
  190. # PROP BASE Exclude_From_Build 1
  191. # PROP Exclude_From_Build 1
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\EnterSubnet.cpp
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=.\ExcOperS.cpp
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=.\GrpAdv.cpp
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=.\HelpData.cpp
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=.\PropListS.cpp
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=.\ResAdv.cpp
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.\StdAfx.cpp
  213. !IF "$(CFG)" == "ClAdmWiz - Win32 Debug"
  214. # ADD CPP /Yc"stdafx.h"
  215. !ELSEIF "$(CFG)" == "ClAdmWiz - Win32 Release MinSize"
  216. # ADD CPP /vd1 /Yc"stdafx.h"
  217. !ELSEIF "$(CFG)" == "ClAdmWiz - Win32 Release MinDependency"
  218. # ADD CPP /Yc"stdafx.h"
  219. !ENDIF
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.\TraceTag.cpp
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.\VSAccess.cpp
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\VSAdv.cpp
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.\VSCreate.cpp
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.\VSGroup.cpp
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.\VSGrpName.cpp
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.\Welcome.cpp
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\WizObject.cpp
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.\WizThread.cpp
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\WorkThreadS.cpp
  250. # End Source File
  251. # End Group
  252. # Begin Group "Header Files"
  253. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  254. # Begin Source File
  255. SOURCE=.\App.h
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.\App.inl
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.\ARCreate.h
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=.\ARName.h
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.\ARType.h
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.\BarfClus.h
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.\ClusAppWiz.h
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=.\ClusAppWizPage.h
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=.\Complete.h
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=.\dlldatax.h
  283. # PROP Exclude_From_Scan -1
  284. # PROP BASE Exclude_From_Build 1
  285. # PROP Exclude_From_Build 1
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=.\EnterSubnet.h
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=.\GrpAdv.h
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=.\HelpArr.h
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=.\HelpData.h
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=.\HelpIDs.h
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=.\LCPair.h
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=.\ResAdv.h
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=.\resource.h
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=.\StdAfx.h
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=.\TraceTag.h
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=.\VSAccess.h
  319. # End Source File
  320. # Begin Source File
  321. SOURCE=.\VSAdv.h
  322. # End Source File
  323. # Begin Source File
  324. SOURCE=.\VSCreate.h
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=.\VSDesc.h
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=.\VSGroup.h
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=.\VSGrpName.h
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=.\Welcome.h
  337. # End Source File
  338. # Begin Source File
  339. SOURCE=.\WizObject.h
  340. # End Source File
  341. # Begin Source File
  342. SOURCE=.\WizThread.h
  343. # End Source File
  344. # End Group
  345. # Begin Group "Resource Files"
  346. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe;rgs"
  347. # Begin Source File
  348. SOURCE=.\res\ClAdmWiz.rgs
  349. # End Source File
  350. # Begin Source File
  351. SOURCE=.\res\Header.bmp
  352. # End Source File
  353. # Begin Source File
  354. SOURCE=.\res\ListDot.bmp
  355. # End Source File
  356. # Begin Source File
  357. SOURCE=.\res\Res32.ico
  358. # End Source File
  359. # Begin Source File
  360. SOURCE=.\res\Welcome.bmp
  361. # End Source File
  362. # End Group
  363. # Begin Source File
  364. SOURCE=.\ClAdmWiz.Manifest
  365. # End Source File
  366. # Begin Source File
  367. SOURCE=.\Sources
  368. # End Source File
  369. # End Target
  370. # End Project