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.

389 lines
8.1 KiB

  1. # Microsoft Developer Studio Project File - Name="CertWiz" - 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=CERTWIZ - WIN32 UNICODE 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 "CertWiz.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 "CertWiz.mak" CFG="CERTWIZ - WIN32 UNICODE DEBUG"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "CertWiz - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE
  20. # Begin Project
  21. # PROP AllowPerConfigDependencies 0
  22. # PROP Scc_ProjName ""
  23. # PROP Scc_LocalPath ""
  24. CPP=cl.exe
  25. MTL=midl.exe
  26. RSC=rc.exe
  27. # PROP BASE Use_MFC 2
  28. # PROP BASE Use_Debug_Libraries 1
  29. # PROP BASE Output_Dir "DebugU"
  30. # PROP BASE Intermediate_Dir "DebugU"
  31. # PROP BASE Target_Ext "ocx"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 2
  34. # PROP Use_Debug_Libraries 1
  35. # PROP Output_Dir "DebugU"
  36. # PROP Intermediate_Dir "DebugU"
  37. # PROP Target_Ext "ocx"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  41. # ADD CPP /nologo /Gz /MDd /W3 /GX /Zi /Od /I "..\common" /I "..\ssltools" /I "..\..\..\svrc\infocomm\common" /I "..\..\inc" /I "..\..\inc\obj\i386" /I "..\..\..\..\public\internal\ds\inc" /I "..\..\..\..\public\internal\shell\inc" /D "_MT" /D "_DLL" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_COMIMPORT" /D "VC_BUILD" /D _WIN32_WINNT=0x0500 /D "_WINDLL" /D "_AFXDLL" /FR /Yu"stdafx.h" /FD /c
  42. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
  43. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  44. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  45. # ADD RSC /l 0x409 /i "\nt\private\inet\iis\inc" /d "_DEBUG" /d "_AFXDLL"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:con
  51. # ADD LINK32 ..\common\debug\iisui.lib ..\ssltools\obj\i386\ssltools.lib certcli.lib netapi32.lib crypt32.lib Shlwapi.lib schannel.lib \nt\public\internal\ds\lib\i386\rsa32.lib rpcrt4.lib /nologo /subsystem:windows /dll /profile /debug /machine:I386 /out:"..\bin\CertWiz.ocx"
  52. # SUBTRACT LINK32 /nodefaultlib
  53. # Begin Custom Build - Registering ActiveX Control...
  54. OutDir=.\DebugU
  55. TargetPath=\NT\inetsrv\iis\admin\bin\CertWiz.ocx
  56. InputPath=\NT\inetsrv\iis\admin\bin\CertWiz.ocx
  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. # Begin Target
  63. # Name "CertWiz - Win32 Unicode Debug"
  64. # Begin Group "Source Files"
  65. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  66. # Begin Source File
  67. SOURCE=.\base64.cpp
  68. # End Source File
  69. # Begin Source File
  70. SOURCE=.\BookEndPage.cpp
  71. # End Source File
  72. # Begin Source File
  73. SOURCE=.\CertContentsPages.cpp
  74. # End Source File
  75. # Begin Source File
  76. SOURCE=.\Certificat.cpp
  77. # End Source File
  78. # Begin Source File
  79. SOURCE=.\CertUtil.cpp
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=.\CertWiz.cpp
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=.\CertWiz.def
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=.\CertWiz.odl
  89. # ADD MTL /tlb "CertWiz.tlb"
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=.\CertWiz.rc
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=.\CertWizCtl.cpp
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=.\ChooseCAType.cpp
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\choosecertpage.cpp
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=.\choosecsppage.cpp
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=.\ChooseFileName.cpp
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\ChooseOnlinePage.cpp
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\ChooseServerPages.cpp
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\ChooseServerSite.cpp
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\ChooseServerSitePages.cpp
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\CopyMoveCertRemotePage.cpp
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\CountryComboBox.cpp
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\FinalPages.cpp
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\GeoInfoPage.cpp
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\GetWhatPage.cpp
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\HotLink.cpp
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\ImportExportCertPage.cpp
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\KeyPasswordPage.cpp
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\ManageCertPage.cpp
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\mru.cpp
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\NetUtil.cpp
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\OrgInfoPage.cpp
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\SecuritySettingsPage.cpp
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.\SiteNamePage.cpp
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\StdAfx.cpp
  165. # ADD CPP /Yc"stdafx.h"
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\strutil.cpp
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\WelcomePage.cpp
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\WhatToDoPendingPage.cpp
  175. # End Source File
  176. # End Group
  177. # Begin Group "Header Files"
  178. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  179. # Begin Source File
  180. SOURCE=.\base64.h
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\BookEndPage.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\CertContentsPages.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\Certificat.h
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.\CertUtil.h
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.\CertWiz.h
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.\CertWizCtl.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.\ChooseCAType.h
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\choosecertpage.h
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.\choosecsppage.h
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.\ChooseFileName.h
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.\ChooseOnlinePage.h
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.\ChooseRespFile.h
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.\ChooseServerPages.h
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.\ChooseServerSite.h
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.\ChooseServerSitePages.h
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\CopyMoveCertRemotePage.h
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.\CountryComboBox.h
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.\FinalPages.h
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.\GeoInfoPage.h
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.\GetWhatPage.h
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\HotLink.h
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.\ImportExportCertPage.h
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\KeyPasswordPage.h
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.\ManageCertPage.h
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.\mru.h
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.\NetUtil.h
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.\OrgInfoPage.h
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=.\Resource.h
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.\SecuritySettingsPage.h
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.\SiteNamePage.h
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.\StdAfx.h
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=.\WelcomePage.h
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=.\WhatToDoPendingPage.h
  280. # End Source File
  281. # End Group
  282. # Begin Group "Resource Files"
  283. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  284. # Begin Source File
  285. SOURCE=.\res\browse.cur
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=.\CertWizCtl.bmp
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=.\res\WelcomeLeft_4Bit.bmp
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=.\res\wiz_top.bmp
  295. # End Source File
  296. # End Group
  297. # Begin Source File
  298. SOURCE=.\Countries.inc
  299. # End Source File
  300. # Begin Source File
  301. SOURCE=.\sources
  302. # End Source File
  303. # End Target
  304. # End Project