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.

357 lines
13 KiB

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