1# Microsoft Developer Studio Project File - Name="Explorer" - Package Owner=<4> 2# Microsoft Developer Studio Generated Build File, Format Version 6.00 3# ** DO NOT EDIT ** 4 5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 6 7CFG=Explorer - Win32 DebugU 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 "Explorer.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 "Explorer.mak" CFG="Explorer - Win32 DebugU" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "Explorer - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") 21!MESSAGE "Explorer - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 22!MESSAGE "Explorer - Win32 ReleaseU" (based on "Win32 (x86) Dynamic-Link Library") 23!MESSAGE "Explorer - Win32 DebugU" (based on "Win32 (x86) Dynamic-Link Library") 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)" == "Explorer - 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 1 46# PROP Target_Dir "" 47# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPLORER_EXPORTS" /YX /FD /c 48# ADD CPP /nologo /Gz /MD /W4 /WX /GX /O1 /D "NDEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "EXPLORER_EXPORTS" /D "Z7_LANG" /D "Z7_LONG_PATH" /FAcs /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 0x419 /d "NDEBUG" 52# ADD RSC /l 0x419 /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 /dll /machine:I386 58# 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 comctl32.lib htmlhelp.lib /nologo /dll /machine:I386 /out:"C:\Util\7-Zip.dll" /opt:NOWIN98 59# SUBTRACT LINK32 /pdb:none 60 61!ELSEIF "$(CFG)" == "Explorer - Win32 Debug" 62 63# PROP BASE Use_MFC 0 64# PROP BASE Use_Debug_Libraries 1 65# PROP BASE Output_Dir "Debug" 66# PROP BASE Intermediate_Dir "Debug" 67# PROP BASE Target_Dir "" 68# PROP Use_MFC 0 69# PROP Use_Debug_Libraries 1 70# PROP Output_Dir "Debug" 71# PROP Intermediate_Dir "Debug" 72# PROP Ignore_Export_Lib 1 73# PROP Target_Dir "" 74# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXPLORER_EXPORTS" /YX /FD /GZ /c 75# ADD CPP /nologo /Gz /MTd /W4 /WX /Gm /GX /ZI /Od /D "_DEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "EXPLORER_EXPORTS" /D "Z7_LANG" /D "Z7_LONG_PATH" /Yu"StdAfx.h" /FD /GZ /c 76# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 77# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 78# ADD BASE RSC /l 0x419 /d "_DEBUG" 79# ADD RSC /l 0x419 /d "_DEBUG" 80BSC32=bscmake.exe 81# ADD BASE BSC32 /nologo 82# ADD BSC32 /nologo 83LINK32=link.exe 84# 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 /dll /debug /machine:I386 /pdbtype:sept 85# 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 comctl32.lib htmlhelp.lib /nologo /dll /debug /machine:I386 /out:"C:\Util\7-Zip.dll" /pdbtype:sept 86 87!ELSEIF "$(CFG)" == "Explorer - Win32 ReleaseU" 88 89# PROP BASE Use_MFC 0 90# PROP BASE Use_Debug_Libraries 0 91# PROP BASE Output_Dir "ReleaseU" 92# PROP BASE Intermediate_Dir "ReleaseU" 93# PROP BASE Ignore_Export_Lib 1 94# PROP BASE Target_Dir "" 95# PROP Use_MFC 0 96# PROP Use_Debug_Libraries 0 97# PROP Output_Dir "ReleaseU" 98# PROP Intermediate_Dir "ReleaseU" 99# PROP Ignore_Export_Lib 1 100# PROP Target_Dir "" 101# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "EXPLORER_EXPORTS" /D "Z7_LANG" /D "_MBCS" /Yu"StdAfx.h" /FD /c 102# ADD CPP /nologo /Gz /MD /W4 /WX /GX /O1 /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "EXPLORER_EXPORTS" /D "Z7_LANG" /D "Z7_LONG_PATH" /Yu"StdAfx.h" /FD /c 103# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 104# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 105# ADD BASE RSC /l 0x419 /d "NDEBUG" 106# ADD RSC /l 0x409 /d "NDEBUG" 107BSC32=bscmake.exe 108# ADD BASE BSC32 /nologo 109# ADD BSC32 /nologo 110LINK32=link.exe 111# 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 comctl32.lib htmlhelp.lib /nologo /dll /machine:I386 /out:"C:\Program Files\7-ZIP\7-Zip.dll" /opt:NOWIN98 112# SUBTRACT BASE LINK32 /pdb:none 113# 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 comctl32.lib htmlhelp.lib /nologo /dll /machine:I386 /out:"C:\Util\7-Zip.dll" /opt:NOWIN98 114# SUBTRACT LINK32 /pdb:none 115 116!ELSEIF "$(CFG)" == "Explorer - Win32 DebugU" 117 118# PROP BASE Use_MFC 0 119# PROP BASE Use_Debug_Libraries 1 120# PROP BASE Output_Dir "DebugU" 121# PROP BASE Intermediate_Dir "DebugU" 122# PROP BASE Ignore_Export_Lib 1 123# PROP BASE Target_Dir "" 124# PROP Use_MFC 0 125# PROP Use_Debug_Libraries 1 126# PROP Output_Dir "DebugU" 127# PROP Intermediate_Dir "DebugU" 128# PROP Ignore_Export_Lib 1 129# PROP Target_Dir "" 130# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "EXPLORER_EXPORTS" /D "Z7_LANG" /D "_MBCS" /Yu"StdAfx.h" /FD /GZ /c 131# ADD CPP /nologo /Gz /MTd /W4 /WX /Gm /GX /ZI /Od /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "EXPLORER_EXPORTS" /D "Z7_LANG" /D "Z7_LONG_PATH" /Yu"StdAfx.h" /FD /GZ /c 132# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 133# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 134# ADD BASE RSC /l 0x419 /d "_DEBUG" 135# ADD RSC /l 0x419 /d "_DEBUG" 136BSC32=bscmake.exe 137# ADD BASE BSC32 /nologo 138# ADD BSC32 /nologo 139LINK32=link.exe 140# 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 comctl32.lib htmlhelp.lib /nologo /dll /debug /machine:I386 /out:"C:\Program Files\7-ZIP\7-Zip.dll" /pdbtype:sept 141# 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 comctl32.lib htmlhelp.lib /nologo /dll /debug /machine:I386 /out:"C:\Util\7-Zip.dll" /pdbtype:sept 142 143!ENDIF 144 145# Begin Target 146 147# Name "Explorer - Win32 Release" 148# Name "Explorer - Win32 Debug" 149# Name "Explorer - Win32 ReleaseU" 150# Name "Explorer - Win32 DebugU" 151# Begin Group "Spec" 152 153# PROP Default_Filter "" 154# Begin Source File 155 156SOURCE=.\DllExportsExplorer.cpp 157# End Source File 158# Begin Source File 159 160SOURCE=.\Explorer.def 161# End Source File 162# Begin Source File 163 164SOURCE=.\resource.h 165# End Source File 166# Begin Source File 167 168SOURCE=.\resource.rc 169# End Source File 170# Begin Source File 171 172SOURCE=.\StdAfx.cpp 173# ADD CPP /Yc"StdAfx.h" 174# End Source File 175# Begin Source File 176 177SOURCE=.\StdAfx.h 178# End Source File 179# End Group 180# Begin Group "UI Common" 181 182# PROP Default_Filter "" 183# Begin Source File 184 185SOURCE=..\Common\ArchiveName.cpp 186# End Source File 187# Begin Source File 188 189SOURCE=..\Common\ArchiveName.h 190# End Source File 191# Begin Source File 192 193SOURCE=..\Common\CompressCall.cpp 194# End Source File 195# Begin Source File 196 197SOURCE=..\Common\CompressCall.h 198# End Source File 199# Begin Source File 200 201SOURCE=..\Common\ExtractingFilePath.cpp 202# End Source File 203# Begin Source File 204 205SOURCE=..\Common\ExtractingFilePath.h 206# End Source File 207# Begin Source File 208 209SOURCE=..\Common\ZipRegistry.cpp 210# End Source File 211# Begin Source File 212 213SOURCE=..\Common\ZipRegistry.h 214# End Source File 215# End Group 216# Begin Group "Engine" 217 218# PROP Default_Filter "" 219# Begin Source File 220 221SOURCE=.\ContextMenu.cpp 222# End Source File 223# Begin Source File 224 225SOURCE=.\ContextMenu.h 226# End Source File 227# Begin Source File 228 229SOURCE=.\MyExplorerCommand.h 230# End Source File 231# Begin Source File 232 233SOURCE=.\MyMessages.cpp 234# End Source File 235# Begin Source File 236 237SOURCE=.\MyMessages.h 238# End Source File 239# End Group 240# Begin Group "FileManager" 241 242# PROP Default_Filter "" 243# Begin Source File 244 245SOURCE=..\FileManager\FormatUtils.cpp 246# End Source File 247# Begin Source File 248 249SOURCE=..\FileManager\FormatUtils.h 250# End Source File 251# Begin Source File 252 253SOURCE=..\FileManager\HelpUtils.cpp 254# End Source File 255# Begin Source File 256 257SOURCE=..\FileManager\HelpUtils.h 258# End Source File 259# Begin Source File 260 261SOURCE=..\FileManager\IFolder.h 262# End Source File 263# Begin Source File 264 265SOURCE=..\FileManager\LangUtils.cpp 266# End Source File 267# Begin Source File 268 269SOURCE=..\FileManager\LangUtils.h 270# End Source File 271# Begin Source File 272 273SOURCE=..\FileManager\MyCom2.h 274# End Source File 275# Begin Source File 276 277SOURCE=..\FileManager\ProgramLocation.cpp 278# End Source File 279# Begin Source File 280 281SOURCE=..\FileManager\ProgramLocation.h 282# End Source File 283# Begin Source File 284 285SOURCE=..\FileManager\PropertyName.cpp 286# End Source File 287# Begin Source File 288 289SOURCE=..\FileManager\PropertyName.h 290# End Source File 291# Begin Source File 292 293SOURCE=..\FileManager\RegistryUtils.cpp 294# End Source File 295# Begin Source File 296 297SOURCE=..\FileManager\RegistryUtils.h 298# End Source File 299# End Group 300# Begin Group "C" 301 302# PROP Default_Filter "" 303# Begin Source File 304 305SOURCE=..\..\..\..\C\7zTypes.h 306# End Source File 307# Begin Source File 308 309SOURCE=..\..\..\..\C\7zWindows.h 310# End Source File 311# Begin Source File 312 313SOURCE=..\..\..\..\C\Compiler.h 314# End Source File 315# Begin Source File 316 317SOURCE=..\..\..\..\C\CpuArch.c 318# SUBTRACT CPP /YX /Yc /Yu 319# End Source File 320# Begin Source File 321 322SOURCE=..\..\..\..\C\CpuArch.h 323# End Source File 324# Begin Source File 325 326SOURCE=..\..\..\..\C\Sort.c 327# SUBTRACT CPP /YX /Yc /Yu 328# End Source File 329# Begin Source File 330 331SOURCE=..\..\..\..\C\Sort.h 332# End Source File 333# Begin Source File 334 335SOURCE=..\..\..\..\C\Threads.c 336# SUBTRACT CPP /YX /Yc /Yu 337# End Source File 338# Begin Source File 339 340SOURCE=..\..\..\..\C\Threads.h 341# End Source File 342# End Group 343# Begin Group "Common" 344 345# PROP Default_Filter "" 346# Begin Source File 347 348SOURCE=..\..\..\Common\Common.h 349# End Source File 350# Begin Source File 351 352SOURCE=..\..\..\Common\IntToString.cpp 353# End Source File 354# Begin Source File 355 356SOURCE=..\..\..\Common\IntToString.h 357# End Source File 358# Begin Source File 359 360SOURCE=..\..\..\Common\Lang.cpp 361# End Source File 362# Begin Source File 363 364SOURCE=..\..\..\Common\Lang.h 365# End Source File 366# Begin Source File 367 368SOURCE=..\..\..\Common\MyCom.h 369# End Source File 370# Begin Source File 371 372SOURCE=..\..\..\Common\MyString.cpp 373# End Source File 374# Begin Source File 375 376SOURCE=..\..\..\Common\MyString.h 377# End Source File 378# Begin Source File 379 380SOURCE=..\..\..\Common\MyVector.cpp 381# End Source File 382# Begin Source File 383 384SOURCE=..\..\..\Common\MyVector.h 385# End Source File 386# Begin Source File 387 388SOURCE=..\..\..\Common\MyWindows.h 389# End Source File 390# Begin Source File 391 392SOURCE=..\..\..\Common\NewHandler.cpp 393# End Source File 394# Begin Source File 395 396SOURCE=..\..\..\Common\NewHandler.h 397# End Source File 398# Begin Source File 399 400SOURCE=..\..\..\Common\Random.cpp 401# End Source File 402# Begin Source File 403 404SOURCE=..\..\..\Common\Random.h 405# End Source File 406# Begin Source File 407 408SOURCE=..\..\..\Common\StringConvert.cpp 409# End Source File 410# Begin Source File 411 412SOURCE=..\..\..\Common\StringConvert.h 413# End Source File 414# Begin Source File 415 416SOURCE=..\..\..\Common\StringToInt.cpp 417# End Source File 418# Begin Source File 419 420SOURCE=..\..\..\Common\StringToInt.h 421# End Source File 422# Begin Source File 423 424SOURCE=..\..\..\Common\Types.h 425# End Source File 426# Begin Source File 427 428SOURCE=..\..\..\Common\UTFConvert.cpp 429# End Source File 430# Begin Source File 431 432SOURCE=..\..\..\Common\UTFConvert.h 433# End Source File 434# Begin Source File 435 436SOURCE=..\..\..\Common\Wildcard.cpp 437# End Source File 438# Begin Source File 439 440SOURCE=..\..\..\Common\Wildcard.h 441# End Source File 442# End Group 443# Begin Group "Windows" 444 445# PROP Default_Filter "" 446# Begin Group "Control" 447 448# PROP Default_Filter "" 449# Begin Source File 450 451SOURCE=..\..\..\Windows\Control\Dialog.cpp 452# End Source File 453# Begin Source File 454 455SOURCE=..\..\..\Windows\Control\Dialog.h 456# End Source File 457# Begin Source File 458 459SOURCE=..\..\..\Windows\Control\ListView.cpp 460# End Source File 461# Begin Source File 462 463SOURCE=..\..\..\Windows\Control\ListView.h 464# End Source File 465# Begin Source File 466 467SOURCE=..\..\..\Windows\Control\PropertyPage.cpp 468# End Source File 469# Begin Source File 470 471SOURCE=..\..\..\Windows\Control\PropertyPage.h 472# End Source File 473# End Group 474# Begin Source File 475 476SOURCE=..\..\..\Windows\COM.h 477# End Source File 478# Begin Source File 479 480SOURCE=..\..\..\Windows\DLL.cpp 481# End Source File 482# Begin Source File 483 484SOURCE=..\..\..\Windows\DLL.h 485# End Source File 486# Begin Source File 487 488SOURCE=..\..\..\Windows\ErrorMsg.cpp 489# End Source File 490# Begin Source File 491 492SOURCE=..\..\..\Windows\ErrorMsg.h 493# End Source File 494# Begin Source File 495 496SOURCE=..\..\..\Windows\FileDir.cpp 497# End Source File 498# Begin Source File 499 500SOURCE=..\..\..\Windows\FileDir.h 501# End Source File 502# Begin Source File 503 504SOURCE=..\..\..\Windows\FileFind.cpp 505# End Source File 506# Begin Source File 507 508SOURCE=..\..\..\Windows\FileFind.h 509# End Source File 510# Begin Source File 511 512SOURCE=..\..\..\Windows\FileIO.cpp 513# End Source File 514# Begin Source File 515 516SOURCE=..\..\..\Windows\FileIO.h 517# End Source File 518# Begin Source File 519 520SOURCE=..\..\..\Windows\FileMapping.h 521# End Source File 522# Begin Source File 523 524SOURCE=..\..\..\Windows\FileName.cpp 525# End Source File 526# Begin Source File 527 528SOURCE=..\..\..\Windows\FileName.h 529# End Source File 530# Begin Source File 531 532SOURCE=..\..\..\Windows\MemoryGlobal.cpp 533# End Source File 534# Begin Source File 535 536SOURCE=..\..\..\Windows\MemoryGlobal.h 537# End Source File 538# Begin Source File 539 540SOURCE=..\..\..\Windows\MemoryLock.cpp 541# End Source File 542# Begin Source File 543 544SOURCE=..\..\..\Windows\MemoryLock.h 545# End Source File 546# Begin Source File 547 548SOURCE=..\..\..\Windows\Menu.cpp 549# End Source File 550# Begin Source File 551 552SOURCE=..\..\..\Windows\Menu.h 553# End Source File 554# Begin Source File 555 556SOURCE=..\..\..\Windows\ProcessUtils.cpp 557# End Source File 558# Begin Source File 559 560SOURCE=..\..\..\Windows\ProcessUtils.h 561# End Source File 562# Begin Source File 563 564SOURCE=..\..\..\Windows\Registry.cpp 565# End Source File 566# Begin Source File 567 568SOURCE=..\..\..\Windows\Registry.h 569# End Source File 570# Begin Source File 571 572SOURCE=..\..\..\Windows\ResourceString.cpp 573# End Source File 574# Begin Source File 575 576SOURCE=..\..\..\Windows\ResourceString.h 577# End Source File 578# Begin Source File 579 580SOURCE=..\..\..\Windows\Shell.cpp 581# End Source File 582# Begin Source File 583 584SOURCE=..\..\..\Windows\Shell.h 585# End Source File 586# Begin Source File 587 588SOURCE=..\..\..\Windows\Synchronization.h 589# End Source File 590# Begin Source File 591 592SOURCE=..\..\..\Windows\TimeUtils.cpp 593# End Source File 594# Begin Source File 595 596SOURCE=..\..\..\Windows\TimeUtils.h 597# End Source File 598# Begin Source File 599 600SOURCE=..\..\..\Windows\Window.cpp 601# End Source File 602# Begin Source File 603 604SOURCE=..\..\..\Windows\Window.h 605# End Source File 606# End Group 607# Begin Source File 608 609SOURCE=".\7-zip.dll.manifest" 610# End Source File 611# Begin Source File 612 613SOURCE=.\ContextMenuFlags.h 614# End Source File 615# Begin Source File 616 617SOURCE=..\FileManager\FM.ico 618# End Source File 619# End Target 620# End Project 621