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.

348 lines
13 KiB

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