1# Microsoft Developer Studio Project File - Name="7z" - 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=7z - Win32 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 "7z.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 "7z.mak" CFG="7z - Win32 Debug" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "7z - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") 21!MESSAGE "7z - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 22!MESSAGE 23 24# Begin Project 25# PROP AllowPerConfigDependencies 0 26# PROP Scc_ProjName "" 27# PROP Scc_LocalPath "" 28CPP=cl.exe 29MTL=midl.exe 30RSC=rc.exe 31 32!IF "$(CFG)" == "7z - Win32 Release" 33 34# PROP BASE Use_MFC 0 35# PROP BASE Use_Debug_Libraries 0 36# PROP BASE Output_Dir "Release" 37# PROP BASE Intermediate_Dir "Release" 38# PROP BASE Target_Dir "" 39# PROP Use_MFC 0 40# PROP Use_Debug_Libraries 0 41# PROP Output_Dir "Release" 42# PROP Intermediate_Dir "Release" 43# PROP Ignore_Export_Lib 1 44# PROP Target_Dir "" 45# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MY7Z_EXPORTS" /YX /FD /c 46# ADD CPP /nologo /Gz /MD /W3 /GX /O1 /I "..\..\..\\" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MY7Z_EXPORTS" /D "Z7_EXTERNAL_CODECS" /Yu"StdAfx.h" /FD /c 47# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 48# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 49# ADD BASE RSC /l 0x419 /d "NDEBUG" 50# ADD RSC /l 0x409 /d "NDEBUG" 51BSC32=bscmake.exe 52# ADD BASE BSC32 /nologo 53# ADD BSC32 /nologo 54LINK32=link.exe 55# 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 56# 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 /dll /machine:I386 /out:"C:\Util\Formats\7z.dll" /opt:NOWIN98 57# SUBTRACT LINK32 /pdb:none 58 59!ELSEIF "$(CFG)" == "7z - Win32 Debug" 60 61# PROP BASE Use_MFC 0 62# PROP BASE Use_Debug_Libraries 1 63# PROP BASE Output_Dir "Debug" 64# PROP BASE Intermediate_Dir "Debug" 65# PROP BASE Target_Dir "" 66# PROP Use_MFC 0 67# PROP Use_Debug_Libraries 1 68# PROP Output_Dir "Debug" 69# PROP Intermediate_Dir "Debug" 70# PROP Ignore_Export_Lib 1 71# PROP Target_Dir "" 72# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MY7Z_EXPORTS" /YX /FD /GZ /c 73# ADD CPP /nologo /Gz /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\\" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MY7Z_EXPORTS" /D "Z7_EXTERNAL_CODECS" /Yu"StdAfx.h" /FD /GZ /c 74# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 75# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 76# ADD BASE RSC /l 0x419 /d "_DEBUG" 77# ADD RSC /l 0x409 /d "_DEBUG" 78BSC32=bscmake.exe 79# ADD BASE BSC32 /nologo 80# ADD BSC32 /nologo 81LINK32=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 /dll /debug /machine:I386 /pdbtype:sept 83# 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 /dll /debug /machine:I386 /out:"C:\Util\Formats\7z.dll" /pdbtype:sept 84 85!ENDIF 86 87# Begin Target 88 89# Name "7z - Win32 Release" 90# Name "7z - Win32 Debug" 91# Begin Group "Spec" 92 93# PROP Default_Filter "" 94# Begin Source File 95 96SOURCE=..\Archive.def 97# End Source File 98# Begin Source File 99 100SOURCE=..\ArchiveExports.cpp 101# End Source File 102# Begin Source File 103 104SOURCE=..\..\Compress\CodecExports.cpp 105# End Source File 106# Begin Source File 107 108SOURCE=..\DllExports2.cpp 109# End Source File 110# Begin Source File 111 112SOURCE=.\resource.rc 113# End Source File 114# Begin Source File 115 116SOURCE=.\StdAfx.cpp 117# ADD CPP /Yc"StdAfx.h" 118# End Source File 119# Begin Source File 120 121SOURCE=.\StdAfx.h 122# End Source File 123# End Group 124# Begin Group "Engine" 125 126# PROP Default_Filter "" 127# Begin Source File 128 129SOURCE=.\7zCompressionMode.cpp 130# End Source File 131# Begin Source File 132 133SOURCE=.\7zCompressionMode.h 134# End Source File 135# Begin Source File 136 137SOURCE=.\7zDecode.cpp 138# End Source File 139# Begin Source File 140 141SOURCE=.\7zDecode.h 142# End Source File 143# Begin Source File 144 145SOURCE=.\7zEncode.cpp 146# End Source File 147# Begin Source File 148 149SOURCE=.\7zEncode.h 150# End Source File 151# Begin Source File 152 153SOURCE=.\7zExtract.cpp 154# End Source File 155# Begin Source File 156 157SOURCE=.\7zFolderInStream.cpp 158# End Source File 159# Begin Source File 160 161SOURCE=.\7zFolderInStream.h 162# End Source File 163# Begin Source File 164 165SOURCE=.\7zHandler.cpp 166# End Source File 167# Begin Source File 168 169SOURCE=.\7zHandler.h 170# End Source File 171# Begin Source File 172 173SOURCE=.\7zHandlerOut.cpp 174# End Source File 175# Begin Source File 176 177SOURCE=.\7zHeader.cpp 178# End Source File 179# Begin Source File 180 181SOURCE=.\7zHeader.h 182# End Source File 183# Begin Source File 184 185SOURCE=.\7zIn.cpp 186# End Source File 187# Begin Source File 188 189SOURCE=.\7zIn.h 190# End Source File 191# Begin Source File 192 193SOURCE=.\7zItem.h 194# End Source File 195# Begin Source File 196 197SOURCE=.\7zOut.cpp 198# End Source File 199# Begin Source File 200 201SOURCE=.\7zOut.h 202# End Source File 203# Begin Source File 204 205SOURCE=.\7zProperties.cpp 206# End Source File 207# Begin Source File 208 209SOURCE=.\7zProperties.h 210# End Source File 211# Begin Source File 212 213SOURCE=.\7zRegister.cpp 214# End Source File 215# Begin Source File 216 217SOURCE=.\7zSpecStream.cpp 218# End Source File 219# Begin Source File 220 221SOURCE=.\7zSpecStream.h 222# End Source File 223# Begin Source File 224 225SOURCE=.\7zUpdate.cpp 226# End Source File 227# Begin Source File 228 229SOURCE=.\7zUpdate.h 230# End Source File 231# End Group 232# Begin Group "Interface" 233 234# PROP Default_Filter "" 235# Begin Source File 236 237SOURCE=..\IArchive.h 238# End Source File 239# Begin Source File 240 241SOURCE=..\..\ICoder.h 242# End Source File 243# Begin Source File 244 245SOURCE=..\..\IMyUnknown.h 246# End Source File 247# Begin Source File 248 249SOURCE=..\..\IPassword.h 250# End Source File 251# Begin Source File 252 253SOURCE=..\..\IProgress.h 254# End Source File 255# Begin Source File 256 257SOURCE=..\..\IStream.h 258# End Source File 259# Begin Source File 260 261SOURCE=..\..\PropID.h 262# End Source File 263# End Group 264# Begin Group "Common" 265 266# PROP Default_Filter "" 267# Begin Source File 268 269SOURCE=..\..\..\Common\Buffer.h 270# End Source File 271# Begin Source File 272 273SOURCE=..\..\..\Common\CRC.cpp 274# End Source File 275# Begin Source File 276 277SOURCE=..\..\..\Common\DynamicBuffer.h 278# End Source File 279# Begin Source File 280 281SOURCE=..\..\..\Common\IntToString.cpp 282# End Source File 283# Begin Source File 284 285SOURCE=..\..\..\Common\IntToString.h 286# End Source File 287# Begin Source File 288 289SOURCE=..\..\..\Common\MyString.cpp 290# End Source File 291# Begin Source File 292 293SOURCE=..\..\..\Common\MyString.h 294# End Source File 295# Begin Source File 296 297SOURCE=..\..\..\Common\MyVector.cpp 298# End Source File 299# Begin Source File 300 301SOURCE=..\..\..\Common\MyVector.h 302# End Source File 303# Begin Source File 304 305SOURCE=..\..\..\Common\NewHandler.cpp 306# End Source File 307# Begin Source File 308 309SOURCE=..\..\..\Common\NewHandler.h 310# End Source File 311# Begin Source File 312 313SOURCE=..\..\..\Common\StringConvert.cpp 314# End Source File 315# Begin Source File 316 317SOURCE=..\..\..\Common\StringConvert.h 318# End Source File 319# Begin Source File 320 321SOURCE=..\..\..\Common\StringToInt.cpp 322# End Source File 323# Begin Source File 324 325SOURCE=..\..\..\Common\StringToInt.h 326# End Source File 327# Begin Source File 328 329SOURCE=..\..\..\Common\Wildcard.cpp 330# End Source File 331# Begin Source File 332 333SOURCE=..\..\..\Common\Wildcard.h 334# End Source File 335# End Group 336# Begin Group "Archive Common" 337 338# PROP Default_Filter "" 339# Begin Source File 340 341SOURCE=..\Common\CoderMixer2.cpp 342# End Source File 343# Begin Source File 344 345SOURCE=..\Common\CoderMixer2.h 346# End Source File 347# Begin Source File 348 349SOURCE=..\Common\HandlerOut.cpp 350# End Source File 351# Begin Source File 352 353SOURCE=..\Common\HandlerOut.h 354# End Source File 355# Begin Source File 356 357SOURCE=..\Common\InStreamWithCRC.cpp 358# End Source File 359# Begin Source File 360 361SOURCE=..\Common\InStreamWithCRC.h 362# End Source File 363# Begin Source File 364 365SOURCE=..\Common\ItemNameUtils.cpp 366# End Source File 367# Begin Source File 368 369SOURCE=..\Common\ItemNameUtils.h 370# End Source File 371# Begin Source File 372 373SOURCE=..\Common\MultiStream.cpp 374# End Source File 375# Begin Source File 376 377SOURCE=..\Common\MultiStream.h 378# End Source File 379# Begin Source File 380 381SOURCE=..\Common\OutStreamWithCRC.cpp 382# End Source File 383# Begin Source File 384 385SOURCE=..\Common\OutStreamWithCRC.h 386# End Source File 387# Begin Source File 388 389SOURCE=..\Common\ParseProperties.cpp 390# End Source File 391# Begin Source File 392 393SOURCE=..\Common\ParseProperties.h 394# End Source File 395# End Group 396# Begin Group "7-Zip Common" 397 398# PROP Default_Filter "" 399# Begin Source File 400 401SOURCE=..\..\Common\CreateCoder.cpp 402# End Source File 403# Begin Source File 404 405SOURCE=..\..\Common\CreateCoder.h 406# End Source File 407# Begin Source File 408 409SOURCE=..\..\Common\FilterCoder.cpp 410# End Source File 411# Begin Source File 412 413SOURCE=..\..\Common\FilterCoder.h 414# End Source File 415# Begin Source File 416 417SOURCE=..\..\Common\InOutTempBuffer.cpp 418# End Source File 419# Begin Source File 420 421SOURCE=..\..\Common\InOutTempBuffer.h 422# End Source File 423# Begin Source File 424 425SOURCE=..\..\Common\LimitedStreams.cpp 426# End Source File 427# Begin Source File 428 429SOURCE=..\..\Common\LimitedStreams.h 430# End Source File 431# Begin Source File 432 433SOURCE=..\..\Common\LockedStream.cpp 434# End Source File 435# Begin Source File 436 437SOURCE=..\..\Common\LockedStream.h 438# End Source File 439# Begin Source File 440 441SOURCE=..\..\Common\MethodId.cpp 442# End Source File 443# Begin Source File 444 445SOURCE=..\..\Common\MethodId.h 446# End Source File 447# Begin Source File 448 449SOURCE=..\..\Common\MethodProps.cpp 450# End Source File 451# Begin Source File 452 453SOURCE=..\..\Common\MethodProps.h 454# End Source File 455# Begin Source File 456 457SOURCE=..\..\Common\OutBuffer.cpp 458# End Source File 459# Begin Source File 460 461SOURCE=..\..\Common\OutBuffer.h 462# End Source File 463# Begin Source File 464 465SOURCE=..\..\Common\ProgressUtils.cpp 466# End Source File 467# Begin Source File 468 469SOURCE=..\..\Common\ProgressUtils.h 470# End Source File 471# Begin Source File 472 473SOURCE=..\..\Common\PropId.cpp 474# End Source File 475# Begin Source File 476 477SOURCE=..\..\Common\RegisterArc.h 478# End Source File 479# Begin Source File 480 481SOURCE=..\..\Common\RegisterCodec.h 482# End Source File 483# Begin Source File 484 485SOURCE=..\..\Common\StreamBinder.cpp 486# End Source File 487# Begin Source File 488 489SOURCE=..\..\Common\StreamBinder.h 490# End Source File 491# Begin Source File 492 493SOURCE=..\..\Common\StreamObjects.cpp 494# End Source File 495# Begin Source File 496 497SOURCE=..\..\Common\StreamObjects.h 498# End Source File 499# Begin Source File 500 501SOURCE=..\..\Common\StreamUtils.cpp 502# End Source File 503# Begin Source File 504 505SOURCE=..\..\Common\StreamUtils.h 506# End Source File 507# Begin Source File 508 509SOURCE=..\..\Common\VirtThread.cpp 510# End Source File 511# Begin Source File 512 513SOURCE=..\..\Common\VirtThread.h 514# End Source File 515# End Group 516# Begin Group "Windows" 517 518# PROP Default_Filter "" 519# Begin Source File 520 521SOURCE=..\..\..\Windows\FileDir.cpp 522# End Source File 523# Begin Source File 524 525SOURCE=..\..\..\Windows\FileDir.h 526# End Source File 527# Begin Source File 528 529SOURCE=..\..\..\Windows\FileFind.cpp 530# End Source File 531# Begin Source File 532 533SOURCE=..\..\..\Windows\FileFind.h 534# End Source File 535# Begin Source File 536 537SOURCE=..\..\..\Windows\FileIO.cpp 538# End Source File 539# Begin Source File 540 541SOURCE=..\..\..\Windows\FileIO.h 542# End Source File 543# Begin Source File 544 545SOURCE=..\..\..\Windows\FileName.cpp 546# End Source File 547# Begin Source File 548 549SOURCE=..\..\..\Windows\FileName.h 550# End Source File 551# Begin Source File 552 553SOURCE=..\..\..\Windows\Handle.h 554# End Source File 555# Begin Source File 556 557SOURCE=..\..\..\Windows\PropVariant.cpp 558# End Source File 559# Begin Source File 560 561SOURCE=..\..\..\Windows\PropVariant.h 562# End Source File 563# Begin Source File 564 565SOURCE=..\..\..\Windows\Synchronization.cpp 566# End Source File 567# Begin Source File 568 569SOURCE=..\..\..\Windows\Synchronization.h 570# End Source File 571# Begin Source File 572 573SOURCE=..\..\..\Windows\System.cpp 574# End Source File 575# Begin Source File 576 577SOURCE=..\..\..\Windows\System.h 578# End Source File 579# Begin Source File 580 581SOURCE=..\..\..\Windows\Thread.h 582# End Source File 583# End Group 584# Begin Group "Compress" 585 586# PROP Default_Filter "" 587# Begin Source File 588 589SOURCE=..\..\Compress\CopyCoder.cpp 590# End Source File 591# Begin Source File 592 593SOURCE=..\..\Compress\CopyCoder.h 594# End Source File 595# End Group 596# Begin Group "C" 597 598# PROP Default_Filter "" 599# Begin Source File 600 601SOURCE=..\..\..\..\C\7zCrc.c 602# SUBTRACT CPP /YX /Yc /Yu 603# End Source File 604# Begin Source File 605 606SOURCE=..\..\..\..\C\7zCrc.h 607# End Source File 608# Begin Source File 609 610SOURCE=..\..\..\..\C\7zCrcOpt.c 611# SUBTRACT CPP /YX /Yc /Yu 612# End Source File 613# Begin Source File 614 615SOURCE=..\..\..\..\C\Alloc.c 616# SUBTRACT CPP /YX /Yc /Yu 617# End Source File 618# Begin Source File 619 620SOURCE=..\..\..\..\C\Alloc.h 621# End Source File 622# Begin Source File 623 624SOURCE=..\..\..\..\C\CpuArch.c 625# SUBTRACT CPP /YX /Yc /Yu 626# End Source File 627# Begin Source File 628 629SOURCE=..\..\..\..\C\Threads.c 630# SUBTRACT CPP /YX /Yc /Yu 631# End Source File 632# Begin Source File 633 634SOURCE=..\..\..\..\C\Threads.h 635# End Source File 636# End Group 637# End Target 638# End Project 639