/3rd_party/wtl/Samples/Wizard97Test/Wizard97Test.dsp
Unknown | 306 lines | 258 code | 48 blank | 0 comment | 0 complexity | 53f962603b02962a1819adce4700f33d MD5 | raw file
Possible License(s): LGPL-2.1, BSD-3-Clause, JSON, MPL-2.0-no-copyleft-exception, GPL-2.0, GPL-3.0, LGPL-3.0, BSD-2-Clause
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 5# TARGTYPE "Win32 (x86) Application" 0x0101 6 7CFG=Wizard97Test - Win32 Unicode Debug 8!MESSAGE This is not a valid makefile. To build this project using NMAKE, 9!MESSAGE use the Export Makefile command and run 10!MESSAGE 11!MESSAGE NMAKE /f "Wizard97Test.mak". 12!MESSAGE 13!MESSAGE You can specify a configuration when running NMAKE 14!MESSAGE by defining the macro CFG on the command line. For example: 15!MESSAGE 16!MESSAGE NMAKE /f "Wizard97Test.mak" CFG="Wizard97Test - Win32 Unicode Debug" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "Wizard97Test - Win32 Release" (based on "Win32 (x86) Application") 21!MESSAGE "Wizard97Test - Win32 Debug" (based on "Win32 (x86) Application") 22!MESSAGE "Wizard97Test - Win32 Unicode Debug" (based on "Win32 (x86) Application") 23!MESSAGE "Wizard97Test - Win32 Unicode Release" (based on "Win32 (x86) Application") 24!MESSAGE 25 26# Begin Project 27# PROP AllowPerConfigDependencies 0 28# PROP Scc_ProjName "" 29# PROP Scc_LocalPath "" 30CPP=cl.exe 31MTL=midl.exe 32RSC=rc.exe 33 34!IF "$(CFG)" == "Wizard97Test - Win32 Release" 35 36# PROP BASE Use_MFC 0 37# PROP BASE Use_Debug_Libraries 0 38# PROP BASE Output_Dir "Release" 39# PROP BASE Intermediate_Dir "Release" 40# PROP BASE Target_Dir "" 41# PROP Use_MFC 0 42# PROP Use_Debug_Libraries 0 43# PROP Output_Dir "Release" 44# PROP Intermediate_Dir "Release" 45# PROP Ignore_Export_Lib 0 46# PROP Target_Dir "" 47# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c 48# ADD CPP /nologo /MT /W4 /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "STRICT" /Yu"stdafx.h" /FD /c 49# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 50# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 51# ADD BASE RSC /l 0x409 /d "NDEBUG" 52# ADD RSC /l 0x409 /d "NDEBUG" 53BSC32=bscmake.exe 54# ADD BASE BSC32 /nologo 55# ADD BSC32 /nologo 56LINK32=link.exe 57# 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 58# 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 59# Begin Special Build Tool 60OutDir=.\Release 61SOURCE="$(InputPath)" 62PostBuild_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) 63# End Special Build Tool 64 65!ELSEIF "$(CFG)" == "Wizard97Test - Win32 Debug" 66 67# PROP BASE Use_MFC 0 68# PROP BASE Use_Debug_Libraries 1 69# PROP BASE Output_Dir "Debug" 70# PROP BASE Intermediate_Dir "Debug" 71# PROP BASE Target_Dir "" 72# PROP Use_MFC 0 73# PROP Use_Debug_Libraries 1 74# PROP Output_Dir "Debug" 75# PROP Intermediate_Dir "Debug" 76# PROP Ignore_Export_Lib 0 77# PROP Target_Dir "" 78# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c 79# 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 80# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 81# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 82# ADD BASE RSC /l 0x409 /d "_DEBUG" 83# ADD RSC /l 0x409 /d "_DEBUG" 84BSC32=bscmake.exe 85# ADD BASE BSC32 /nologo 86# ADD BSC32 /nologo 87LINK32=link.exe 88# 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 89# 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 90# Begin Special Build Tool 91OutDir=.\Debug 92SOURCE="$(InputPath)" 93PostBuild_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) 94# End Special Build Tool 95 96!ELSEIF "$(CFG)" == "Wizard97Test - Win32 Unicode Debug" 97 98# PROP BASE Use_MFC 0 99# PROP BASE Use_Debug_Libraries 1 100# PROP BASE Output_Dir "Wizard97Test___Win32_Unicode_Debug" 101# PROP BASE Intermediate_Dir "Wizard97Test___Win32_Unicode_Debug" 102# PROP BASE Ignore_Export_Lib 0 103# PROP BASE Target_Dir "" 104# PROP Use_MFC 0 105# PROP Use_Debug_Libraries 1 106# PROP Output_Dir "Unicode_Debug" 107# PROP Intermediate_Dir "Unicode_Debug" 108# PROP Ignore_Export_Lib 0 109# PROP Target_Dir "" 110# 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 111# 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 112# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 113# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 114# ADD BASE RSC /l 0x409 /d "_DEBUG" 115# ADD RSC /l 0x409 /d "_DEBUG" 116BSC32=bscmake.exe 117# ADD BASE BSC32 /nologo 118# ADD BSC32 /nologo 119LINK32=link.exe 120# 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 121# 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 122# Begin Special Build Tool 123OutDir=.\Unicode_Debug 124SOURCE="$(InputPath)" 125PostBuild_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) 126# End Special Build Tool 127 128!ELSEIF "$(CFG)" == "Wizard97Test - Win32 Unicode Release" 129 130# PROP BASE Use_MFC 0 131# PROP BASE Use_Debug_Libraries 0 132# PROP BASE Output_Dir "Wizard97Test___Win32_Unicode_Release" 133# PROP BASE Intermediate_Dir "Wizard97Test___Win32_Unicode_Release" 134# PROP BASE Ignore_Export_Lib 0 135# PROP BASE Target_Dir "" 136# PROP Use_MFC 0 137# PROP Use_Debug_Libraries 0 138# PROP Output_Dir "Unicode_Release" 139# PROP Intermediate_Dir "Unicode_Release" 140# PROP Ignore_Export_Lib 0 141# PROP Target_Dir "" 142# 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 143# ADD CPP /nologo /MT /W4 /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "STRICT" /FR /Yu"stdafx.h" /FD /c 144# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 145# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 146# ADD BASE RSC /l 0x409 /d "NDEBUG" 147# ADD RSC /l 0x409 /d "NDEBUG" 148BSC32=bscmake.exe 149# ADD BASE BSC32 /nologo 150# ADD BSC32 /nologo 151LINK32=link.exe 152# 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 153# 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 154# Begin Special Build Tool 155OutDir=.\Unicode_Release 156SOURCE="$(InputPath)" 157PostBuild_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) 158# End Special Build Tool 159 160!ENDIF 161 162# Begin Target 163 164# Name "Wizard97Test - Win32 Release" 165# Name "Wizard97Test - Win32 Debug" 166# Name "Wizard97Test - Win32 Unicode Debug" 167# Name "Wizard97Test - Win32 Unicode Release" 168# Begin Group "Source Files" 169 170# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 171# Begin Group "Wizard Source Files" 172 173# PROP Default_Filter "" 174# Begin Source File 175 176SOURCE=.\Wizard\TestWizard.cpp 177# End Source File 178# Begin Source File 179 180SOURCE=.\Wizard\TestWizardCompletionPage.cpp 181# End Source File 182# Begin Source File 183 184SOURCE=.\Wizard\TestWizardFilePreviewPage.cpp 185# End Source File 186# Begin Source File 187 188SOURCE=.\Wizard\TestWizardInfo.cpp 189# End Source File 190# Begin Source File 191 192SOURCE=.\Wizard\TestWizardOutputPage.cpp 193# End Source File 194# Begin Source File 195 196SOURCE=.\Wizard\TestWizardPathFilterPage.cpp 197# End Source File 198# Begin Source File 199 200SOURCE=.\Wizard\TestWizardSheet.cpp 201# End Source File 202# Begin Source File 203 204SOURCE=.\Wizard\TestWizardWelcomePage.cpp 205# End Source File 206# End Group 207# Begin Source File 208 209SOURCE=.\stdafx.cpp 210# ADD CPP /Yc"stdafx.h" 211# End Source File 212# Begin Source File 213 214SOURCE=.\Wizard97Test.cpp 215# End Source File 216# End Group 217# Begin Group "Header Files" 218 219# PROP Default_Filter "h;hpp;hxx;hm;inl" 220# Begin Group "Wizard Header Files" 221 222# PROP Default_Filter "" 223# Begin Source File 224 225SOURCE=.\Wizard\FolderDialogStatusText.h 226# End Source File 227# Begin Source File 228 229SOURCE=.\Wizard\TestWizard.h 230# End Source File 231# Begin Source File 232 233SOURCE=.\Wizard\TestWizardCompletionPage.h 234# End Source File 235# Begin Source File 236 237SOURCE=.\Wizard\TestWizardFilePreviewPage.h 238# End Source File 239# Begin Source File 240 241SOURCE=.\Wizard\TestWizardInfo.h 242# End Source File 243# Begin Source File 244 245SOURCE=.\Wizard\TestWizardOutputPage.h 246# End Source File 247# Begin Source File 248 249SOURCE=.\Wizard\TestWizardPathFilterPage.h 250# End Source File 251# Begin Source File 252 253SOURCE=.\Wizard\TestWizardSheet.h 254# End Source File 255# Begin Source File 256 257SOURCE=.\Wizard\TestWizardWelcomePage.h 258# End Source File 259# End Group 260# Begin Source File 261 262SOURCE=.\stdafx.h 263# End Source File 264# End Group 265# Begin Group "Resource Files" 266 267# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 268# Begin Group "Image Resource Files" 269 270# PROP Default_Filter "bmp;ico" 271# Begin Source File 272 273SOURCE=.\res\header.bmp 274# End Source File 275# Begin Source File 276 277SOURCE=.\res\watermark.bmp 278# End Source File 279# Begin Source File 280 281SOURCE=.\res\Wizard97Test.ico 282# End Source File 283# End Group 284# Begin Group "Help Resource Files" 285 286# PROP Default_Filter "" 287# Begin Source File 288 289SOURCE=.\resource.hm 290# End Source File 291# End Group 292# Begin Source File 293 294SOURCE=.\resource.h 295# End Source File 296# Begin Source File 297 298SOURCE=.\res\Wizard97Test.exe.manifest 299# End Source File 300# Begin Source File 301 302SOURCE=.\Wizard97Test.rc 303# End Source File 304# End Group 305# End Target 306# End Project