mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 00:11:40 -06:00
22.00
This commit is contained in:
4
CPP/7zip/Bundles/Format7zF/Arc.mak
Normal file → Executable file
4
CPP/7zip/Bundles/Format7zF/Arc.mak
Normal file → Executable file
@@ -24,6 +24,7 @@ WIN_OBJS = \
|
||||
$O\FileIO.obj \
|
||||
$O\FileName.obj \
|
||||
$O\PropVariant.obj \
|
||||
$O\PropVariantConv.obj \
|
||||
$O\PropVariantUtils.obj \
|
||||
$O\Synchronization.obj \
|
||||
$O\System.obj \
|
||||
@@ -53,6 +54,7 @@ WIN_OBJS = \
|
||||
$O\VirtThread.obj \
|
||||
|
||||
AR_OBJS = \
|
||||
$O\ApfsHandler.obj \
|
||||
$O\ApmHandler.obj \
|
||||
$O\ArHandler.obj \
|
||||
$O\ArjHandler.obj \
|
||||
@@ -72,6 +74,7 @@ AR_OBJS = \
|
||||
$O\HandlerCont.obj \
|
||||
$O\HfsHandler.obj \
|
||||
$O\IhexHandler.obj \
|
||||
$O\LpHandler.obj \
|
||||
$O\LzhHandler.obj \
|
||||
$O\LzmaHandler.obj \
|
||||
$O\MachoHandler.obj \
|
||||
@@ -83,6 +86,7 @@ AR_OBJS = \
|
||||
$O\PpmdHandler.obj \
|
||||
$O\QcowHandler.obj \
|
||||
$O\RpmHandler.obj \
|
||||
$O\SparseHandler.obj \
|
||||
$O\SplitHandler.obj \
|
||||
$O\SquashfsHandler.obj \
|
||||
$O\SwfHandler.obj \
|
||||
|
||||
4
CPP/7zip/Bundles/Format7zF/Arc_gcc.mak
Normal file → Executable file
4
CPP/7zip/Bundles/Format7zF/Arc_gcc.mak
Normal file → Executable file
@@ -59,6 +59,7 @@ WIN_OBJS = \
|
||||
$O/FileIO.o \
|
||||
$O/FileName.o \
|
||||
$O/PropVariant.o \
|
||||
$O/PropVariantConv.o \
|
||||
$O/PropVariantUtils.o \
|
||||
$O/System.o \
|
||||
$O/TimeUtils.o \
|
||||
@@ -82,6 +83,7 @@ WIN_OBJS = \
|
||||
$O/UniqBlocks.o \
|
||||
|
||||
AR_OBJS = \
|
||||
$O/ApfsHandler.o \
|
||||
$O/ApmHandler.o \
|
||||
$O/ArHandler.o \
|
||||
$O/ArjHandler.o \
|
||||
@@ -101,6 +103,7 @@ AR_OBJS = \
|
||||
$O/HandlerCont.o \
|
||||
$O/HfsHandler.o \
|
||||
$O/IhexHandler.o \
|
||||
$O/LpHandler.o \
|
||||
$O/LzhHandler.o \
|
||||
$O/LzmaHandler.o \
|
||||
$O/MachoHandler.o \
|
||||
@@ -112,6 +115,7 @@ AR_OBJS = \
|
||||
$O/PpmdHandler.o \
|
||||
$O/QcowHandler.o \
|
||||
$O/RpmHandler.o \
|
||||
$O/SparseHandler.o \
|
||||
$O/SplitHandler.o \
|
||||
$O/SquashfsHandler.o \
|
||||
$O/SwfHandler.o \
|
||||
|
||||
20
CPP/7zip/Bundles/Format7zF/Format7z.dsp
Normal file → Executable file
20
CPP/7zip/Bundles/Format7zF/Format7z.dsp
Normal file → Executable file
@@ -2763,6 +2763,10 @@ SOURCE=..\..\Archive\Udf\UdfIn.h
|
||||
# End Group
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Archive\ApfsHandler.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Archive\ApmHandler.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@@ -2851,6 +2855,10 @@ SOURCE=..\..\Archive\IhexHandler.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Archive\LpHandler.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Archive\LzhHandler.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@@ -2905,6 +2913,10 @@ SOURCE=..\..\Archive\RpmHandler.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Archive\SparseHandler.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Archive\SplitHandler.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@@ -3029,6 +3041,14 @@ SOURCE=..\..\..\Windows\PropVariant.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\Windows\PropVariantConv.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\Windows\PropVariantConv.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\Windows\PropVariantUtils.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
0
CPP/7zip/Bundles/Format7zF/Format7z.dsw
Normal file → Executable file
0
CPP/7zip/Bundles/Format7zF/Format7z.dsw
Normal file → Executable file
0
CPP/7zip/Bundles/Format7zF/StdAfx.cpp
Normal file → Executable file
0
CPP/7zip/Bundles/Format7zF/StdAfx.cpp
Normal file → Executable file
0
CPP/7zip/Bundles/Format7zF/StdAfx.h
Normal file → Executable file
0
CPP/7zip/Bundles/Format7zF/StdAfx.h
Normal file → Executable file
0
CPP/7zip/Bundles/Format7zF/makefile
Normal file → Executable file
0
CPP/7zip/Bundles/Format7zF/makefile
Normal file → Executable file
0
CPP/7zip/Bundles/Format7zF/makefile.gcc
Normal file → Executable file
0
CPP/7zip/Bundles/Format7zF/makefile.gcc
Normal file → Executable file
3
CPP/7zip/Bundles/Format7zF/resource.rc
Normal file → Executable file
3
CPP/7zip/Bundles/Format7zF/resource.rc
Normal file → Executable file
@@ -28,10 +28,11 @@ MY_VERSION_INFO_DLL("7z Plugin" , "7z")
|
||||
22 ICON "../../Archive/Icons/ntfs.ico"
|
||||
23 ICON "../../Archive/Icons/xz.ico"
|
||||
24 ICON "../../Archive/Icons/squashfs.ico"
|
||||
25 ICON "../../Archive/Icons/apfs.ico"
|
||||
|
||||
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
100 "7z:0 zip:1 rar:3 001:9 cab:7 iso:8 xz:23 txz:23 lzma:16 tar:13 cpio:12 bz2:2 bzip2:2 tbz2:2 tbz:2 gz:14 gzip:14 tgz:14 tpz:14 z:5 taz:5 lzh:6 lha:6 rpm:10 deb:11 arj:4 vhd:20 vhdx:20 wim:15 swm:15 esd:15 fat:21 ntfs:22 dmg:17 hfs:18 xar:19 squashfs:24"
|
||||
100 "7z:0 zip:1 rar:3 001:9 cab:7 iso:8 xz:23 txz:23 lzma:16 tar:13 cpio:12 bz2:2 bzip2:2 tbz2:2 tbz:2 gz:14 gzip:14 tgz:14 tpz:14 z:5 taz:5 lzh:6 lha:6 rpm:10 deb:11 arj:4 vhd:20 vhdx:20 wim:15 swm:15 esd:15 fat:21 ntfs:22 dmg:17 hfs:18 xar:19 squashfs:24 apfs:25"
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user