/3rd_party/wtl/Samples/Wizard97Test/Wizard97Test.dsp

https://code.google.com/p/softart/ · Unknown · 306 lines · 258 code · 48 blank · 0 comment · 0 complexity · 53f962603b02962a1819adce4700f33d MD5 · raw file

  1. # Microsoft Developer Studio Project File - Name="Wizard97Test" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=Wizard97Test - 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 "Wizard97Test.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 "Wizard97Test.mak" CFG="Wizard97Test - Win32 Unicode Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "Wizard97Test - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "Wizard97Test - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE "Wizard97Test - Win32 Unicode Debug" (based on "Win32 (x86) Application")
  21. !MESSAGE "Wizard97Test - Win32 Unicode Release" (based on "Win32 (x86) Application")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. !IF "$(CFG)" == "Wizard97Test - Win32 Release"
  31. # PROP BASE Use_MFC 0
  32. # PROP BASE Use_Debug_Libraries 0
  33. # PROP BASE Output_Dir "Release"
  34. # PROP BASE Intermediate_Dir "Release"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 0
  38. # PROP Output_Dir "Release"
  39. # PROP Intermediate_Dir "Release"
  40. # PROP Ignore_Export_Lib 0
  41. # PROP Target_Dir ""
  42. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  43. # ADD CPP /nologo /MT /W4 /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "STRICT" /Yu"stdafx.h" /FD /c
  44. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  46. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  47. # ADD RSC /l 0x409 /d "NDEBUG"
  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 /machine:I386
  53. # ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib shlwapi.lib HtmlHelp.lib /nologo /subsystem:windows /debug /machine:I386
  54. # Begin Special Build Tool
  55. OutDir=.\Release
  56. SOURCE="$(InputPath)"
  57. PostBuild_Cmds=if not exist .\help\Wizard97Test.chm echo Error - help file not compiled. Please build the HTML Help Project Wizard97Test.hhp using HTML Help Workshop. xcopy /y /d /q .\help\Wizard97Test.chm $(OutDir)
  58. # End Special Build Tool
  59. !ELSEIF "$(CFG)" == "Wizard97Test - Win32 Debug"
  60. # PROP BASE Use_MFC 0
  61. # PROP BASE Use_Debug_Libraries 1
  62. # PROP BASE Output_Dir "Debug"
  63. # PROP BASE Intermediate_Dir "Debug"
  64. # PROP BASE Target_Dir ""
  65. # PROP Use_MFC 0
  66. # PROP Use_Debug_Libraries 1
  67. # PROP Output_Dir "Debug"
  68. # PROP Intermediate_Dir "Debug"
  69. # PROP Ignore_Export_Lib 0
  70. # PROP Target_Dir ""
  71. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  72. # ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "STRICT" /FR /Yu"stdafx.h" /FD /GZ /c
  73. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  74. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  75. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  76. # ADD RSC /l 0x409 /d "_DEBUG"
  77. BSC32=bscmake.exe
  78. # ADD BASE BSC32 /nologo
  79. # ADD BSC32 /nologo
  80. LINK32=link.exe
  81. # 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 /debug /machine:I386 /pdbtype:sept
  82. # ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib shlwapi.lib HtmlHelp.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  83. # Begin Special Build Tool
  84. OutDir=.\Debug
  85. SOURCE="$(InputPath)"
  86. PostBuild_Cmds=if not exist .\help\Wizard97Test.chm echo Error - help file not compiled. Please build the HTML Help Project Wizard97Test.hhp using HTML Help Workshop. xcopy /y /d /q .\help\Wizard97Test.chm $(OutDir)
  87. # End Special Build Tool
  88. !ELSEIF "$(CFG)" == "Wizard97Test - Win32 Unicode Debug"
  89. # PROP BASE Use_MFC 0
  90. # PROP BASE Use_Debug_Libraries 1
  91. # PROP BASE Output_Dir "Wizard97Test___Win32_Unicode_Debug"
  92. # PROP BASE Intermediate_Dir "Wizard97Test___Win32_Unicode_Debug"
  93. # PROP BASE Ignore_Export_Lib 0
  94. # PROP BASE Target_Dir ""
  95. # PROP Use_MFC 0
  96. # PROP Use_Debug_Libraries 1
  97. # PROP Output_Dir "Unicode_Debug"
  98. # PROP Intermediate_Dir "Unicode_Debug"
  99. # PROP Ignore_Export_Lib 0
  100. # PROP Target_Dir ""
  101. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "STRICT" /FR /Yu"stdafx.h" /FD /GZ /c
  102. # ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /D "STRICT" /FR /Yu"stdafx.h" /FD /GZ /c
  103. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  104. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  105. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  106. # ADD RSC /l 0x409 /d "_DEBUG"
  107. BSC32=bscmake.exe
  108. # ADD BASE BSC32 /nologo
  109. # ADD BSC32 /nologo
  110. LINK32=link.exe
  111. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib shlwapi.lib HtmlHelp.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  112. # ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib shlwapi.lib HtmlHelp.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  113. # Begin Special Build Tool
  114. OutDir=.\Unicode_Debug
  115. SOURCE="$(InputPath)"
  116. PostBuild_Cmds=if not exist .\help\Wizard97Test.chm echo Error - help file not compiled. Please build the HTML Help Project Wizard97Test.hhp using HTML Help Workshop. xcopy /y /d /q .\help\Wizard97Test.chm $(OutDir)
  117. # End Special Build Tool
  118. !ELSEIF "$(CFG)" == "Wizard97Test - Win32 Unicode Release"
  119. # PROP BASE Use_MFC 0
  120. # PROP BASE Use_Debug_Libraries 0
  121. # PROP BASE Output_Dir "Wizard97Test___Win32_Unicode_Release"
  122. # PROP BASE Intermediate_Dir "Wizard97Test___Win32_Unicode_Release"
  123. # PROP BASE Ignore_Export_Lib 0
  124. # PROP BASE Target_Dir ""
  125. # PROP Use_MFC 0
  126. # PROP Use_Debug_Libraries 0
  127. # PROP Output_Dir "Unicode_Release"
  128. # PROP Intermediate_Dir "Unicode_Release"
  129. # PROP Ignore_Export_Lib 0
  130. # PROP Target_Dir ""
  131. # ADD BASE CPP /nologo /MT /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "STRICT" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  132. # ADD CPP /nologo /MT /W4 /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "STRICT" /FR /Yu"stdafx.h" /FD /c
  133. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  134. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  135. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  136. # ADD RSC /l 0x409 /d "NDEBUG"
  137. BSC32=bscmake.exe
  138. # ADD BASE BSC32 /nologo
  139. # ADD BSC32 /nologo
  140. LINK32=link.exe
  141. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib shlwapi.lib HtmlHelp.lib /nologo /subsystem:windows /machine:I386
  142. # ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib shlwapi.lib HtmlHelp.lib /nologo /subsystem:windows /debug /machine:I386
  143. # Begin Special Build Tool
  144. OutDir=.\Unicode_Release
  145. SOURCE="$(InputPath)"
  146. PostBuild_Cmds=if not exist .\help\Wizard97Test.chm echo Error - help file not compiled. Please build the HTML Help Project Wizard97Test.hhp using HTML Help Workshop. xcopy /y /d /q .\help\Wizard97Test.chm $(OutDir)
  147. # End Special Build Tool
  148. !ENDIF
  149. # Begin Target
  150. # Name "Wizard97Test - Win32 Release"
  151. # Name "Wizard97Test - Win32 Debug"
  152. # Name "Wizard97Test - Win32 Unicode Debug"
  153. # Name "Wizard97Test - Win32 Unicode Release"
  154. # Begin Group "Source Files"
  155. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  156. # Begin Group "Wizard Source Files"
  157. # PROP Default_Filter ""
  158. # Begin Source File
  159. SOURCE=.\Wizard\TestWizard.cpp
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.\Wizard\TestWizardCompletionPage.cpp
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\Wizard\TestWizardFilePreviewPage.cpp
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\Wizard\TestWizardInfo.cpp
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\Wizard\TestWizardOutputPage.cpp
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\Wizard\TestWizardPathFilterPage.cpp
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\Wizard\TestWizardSheet.cpp
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\Wizard\TestWizardWelcomePage.cpp
  181. # End Source File
  182. # End Group
  183. # Begin Source File
  184. SOURCE=.\stdafx.cpp
  185. # ADD CPP /Yc"stdafx.h"
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\Wizard97Test.cpp
  189. # End Source File
  190. # End Group
  191. # Begin Group "Header Files"
  192. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  193. # Begin Group "Wizard Header Files"
  194. # PROP Default_Filter ""
  195. # Begin Source File
  196. SOURCE=.\Wizard\FolderDialogStatusText.h
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=.\Wizard\TestWizard.h
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=.\Wizard\TestWizardCompletionPage.h
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=.\Wizard\TestWizardFilePreviewPage.h
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=.\Wizard\TestWizardInfo.h
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=.\Wizard\TestWizardOutputPage.h
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=.\Wizard\TestWizardPathFilterPage.h
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=.\Wizard\TestWizardSheet.h
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=.\Wizard\TestWizardWelcomePage.h
  221. # End Source File
  222. # End Group
  223. # Begin Source File
  224. SOURCE=.\stdafx.h
  225. # End Source File
  226. # End Group
  227. # Begin Group "Resource Files"
  228. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  229. # Begin Group "Image Resource Files"
  230. # PROP Default_Filter "bmp;ico"
  231. # Begin Source File
  232. SOURCE=.\res\header.bmp
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=.\res\watermark.bmp
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=.\res\Wizard97Test.ico
  239. # End Source File
  240. # End Group
  241. # Begin Group "Help Resource Files"
  242. # PROP Default_Filter ""
  243. # Begin Source File
  244. SOURCE=.\resource.hm
  245. # End Source File
  246. # End Group
  247. # Begin Source File
  248. SOURCE=.\resource.h
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=.\res\Wizard97Test.exe.manifest
  252. # End Source File
  253. # Begin Source File
  254. SOURCE=.\Wizard97Test.rc
  255. # End Source File
  256. # End Group
  257. # End Target
  258. # End Project