From c81b424d967203cc2d68e819dc330439e8880764 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 6 Apr 2020 23:07:51 +0200 Subject: Add msvc projects for utility programs Signed-off-by: David Oberhollenzer --- difftool/compare_files.c | 2 +- difftool/sqfsdiff.h | 5 +- difftool/sqfsdiff.vcxproj | 188 ++++++++++++++++++++++++++++++++++++++ difftool/sqfsdiff.vcxproj.filters | 44 +++++++++ mkfs/gensquashfs.vcxproj | 181 ++++++++++++++++++++++++++++++++++++ mkfs/gensquashfs.vcxproj.filters | 32 +++++++ mkfs/mkfs.h | 8 +- squashfs-tools-ng.sln | 50 ++++++++++ tar/sqfs2tar.c | 3 + tar/sqfs2tar.vcxproj | 180 ++++++++++++++++++++++++++++++++++++ tar/sqfs2tar.vcxproj.filters | 14 +++ tar/tar2sqfs.c | 5 +- tar/tar2sqfs.vcxproj | 180 ++++++++++++++++++++++++++++++++++++ tar/tar2sqfs.vcxproj.filters | 14 +++ unpack/rdsquashfs.h | 6 +- unpack/rdsquashfs.vcxproj | 187 +++++++++++++++++++++++++++++++++++++ unpack/rdsquashfs.vcxproj.filters | 41 +++++++++ 17 files changed, 1135 insertions(+), 5 deletions(-) create mode 100644 difftool/sqfsdiff.vcxproj create mode 100644 difftool/sqfsdiff.vcxproj.filters create mode 100644 mkfs/gensquashfs.vcxproj create mode 100644 mkfs/gensquashfs.vcxproj.filters create mode 100644 tar/sqfs2tar.vcxproj create mode 100644 tar/sqfs2tar.vcxproj.filters create mode 100644 tar/tar2sqfs.vcxproj create mode 100644 tar/tar2sqfs.vcxproj.filters create mode 100644 unpack/rdsquashfs.vcxproj create mode 100644 unpack/rdsquashfs.vcxproj.filters diff --git a/difftool/compare_files.c b/difftool/compare_files.c index 51b66bb..b25172a 100644 --- a/difftool/compare_files.c +++ b/difftool/compare_files.c @@ -13,7 +13,7 @@ static int read_blob(const char *prefix, const char *path, sqfs_data_reader_t *rd, const sqfs_inode_generic_t *inode, void *buffer, sqfs_u64 offset, size_t size) { - ssize_t ret; + sqfs_s32 ret; ret = sqfs_data_reader_read(rd, inode, offset, buffer, size); ret = (ret < 0 || (size_t)ret < size) ? -1 : 0; diff --git a/difftool/sqfsdiff.h b/difftool/sqfsdiff.h index 94fce93..7f552e9 100644 --- a/difftool/sqfsdiff.h +++ b/difftool/sqfsdiff.h @@ -12,10 +12,13 @@ #include "fstree.h" #include -#include #include #include +#ifdef HAVE_GETOPT_LONG +#include +#endif + #define MAX_WINDOW_SIZE (1024 * 1024 * 4) typedef struct { diff --git a/difftool/sqfsdiff.vcxproj b/difftool/sqfsdiff.vcxproj new file mode 100644 index 0000000..5e7d404 --- /dev/null +++ b/difftool/sqfsdiff.vcxproj @@ -0,0 +1,188 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {7D66EBA3-5EDE-45EB-ADCA-8424C4026CA7} + sqfsdiff + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + false + + + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + true + + + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + + + + {4af21b3a-e7a0-48e6-951c-ca442410231f} + + + {45dec8f7-f154-4c3e-b616-a21fb3ca8cc2} + + + {4aa93963-2bc8-48fa-80b8-776b1f80bba5} + + + {7f732a8e-22a5-4dc1-b8db-7091d37be502} + + + {73712684-0f79-4ef6-950c-943c0456ff05} + + + {e25396a6-af76-4695-ba23-01d88009b7ec} + + + + + + \ No newline at end of file diff --git a/difftool/sqfsdiff.vcxproj.filters b/difftool/sqfsdiff.vcxproj.filters new file mode 100644 index 0000000..18cc471 --- /dev/null +++ b/difftool/sqfsdiff.vcxproj.filters @@ -0,0 +1,44 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx + + + + + Source + + + Source + + + Source + + + Source + + + Source + + + Source + + + Source + + + Source + + + + + Headers + + + \ No newline at end of file diff --git a/mkfs/gensquashfs.vcxproj b/mkfs/gensquashfs.vcxproj new file mode 100644 index 0000000..ab72df8 --- /dev/null +++ b/mkfs/gensquashfs.vcxproj @@ -0,0 +1,181 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {5DD8D757-AE1F-4633-869A-4C3B83DBA2A7} + gensquashfs + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + false + + + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + true + + + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + {4af21b3a-e7a0-48e6-951c-ca442410231f} + + + {45dec8f7-f154-4c3e-b616-a21fb3ca8cc2} + + + {4aa93963-2bc8-48fa-80b8-776b1f80bba5} + + + {7f732a8e-22a5-4dc1-b8db-7091d37be502} + + + {73712684-0f79-4ef6-950c-943c0456ff05} + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mkfs/gensquashfs.vcxproj.filters b/mkfs/gensquashfs.vcxproj.filters new file mode 100644 index 0000000..52637be --- /dev/null +++ b/mkfs/gensquashfs.vcxproj.filters @@ -0,0 +1,32 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx + + + + + Source + + + Source + + + Source + + + Source + + + + + Headers + + + \ No newline at end of file diff --git a/mkfs/mkfs.h b/mkfs/mkfs.h index 1b767aa..fecbf8e 100644 --- a/mkfs/mkfs.h +++ b/mkfs/mkfs.h @@ -29,16 +29,22 @@ #include #endif +#ifdef HAVE_GETOPT_LONG #include +#endif + #include #include #include #include -#include #include #include #include +#if !defined(_WIN32) && !defined(__WINDOWS__) +#include +#endif + typedef struct { sqfs_writer_cfg_t cfg; unsigned int dirscan_flags; diff --git a/squashfs-tools-ng.sln b/squashfs-tools-ng.sln index 00c31ac..f002677 100644 --- a/squashfs-tools-ng.sln +++ b/squashfs-tools-ng.sln @@ -15,6 +15,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtar", "lib\tar\libtar.vc EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libutil", "lib\util\libutil.vcxproj", "{E25396A6-AF76-4695-BA23-01D88009B7EC}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tar2sqfs", "tar\tar2sqfs.vcxproj", "{F2E6ECA9-8426-4363-8C5C-E6CDF76E8ABB}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqfs2tar", "tar\sqfs2tar.vcxproj", "{A998B239-A942-4586-B486-C62C1E467C21}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rdsquashfs", "unpack\rdsquashfs.vcxproj", "{4D16D3A6-1BC9-456B-A207-C53DF5B92057}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gensquashfs", "mkfs\gensquashfs.vcxproj", "{5DD8D757-AE1F-4633-869A-4C3B83DBA2A7}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqfsdiff", "difftool\sqfsdiff.vcxproj", "{7D66EBA3-5EDE-45EB-ADCA-8424C4026CA7}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -71,6 +81,46 @@ Global {E25396A6-AF76-4695-BA23-01D88009B7EC}.Release|x64.Build.0 = Release|x64 {E25396A6-AF76-4695-BA23-01D88009B7EC}.Release|x86.ActiveCfg = Release|Win32 {E25396A6-AF76-4695-BA23-01D88009B7EC}.Release|x86.Build.0 = Release|Win32 + {F2E6ECA9-8426-4363-8C5C-E6CDF76E8ABB}.Debug|x64.ActiveCfg = Debug|x64 + {F2E6ECA9-8426-4363-8C5C-E6CDF76E8ABB}.Debug|x64.Build.0 = Debug|x64 + {F2E6ECA9-8426-4363-8C5C-E6CDF76E8ABB}.Debug|x86.ActiveCfg = Debug|Win32 + {F2E6ECA9-8426-4363-8C5C-E6CDF76E8ABB}.Debug|x86.Build.0 = Debug|Win32 + {F2E6ECA9-8426-4363-8C5C-E6CDF76E8ABB}.Release|x64.ActiveCfg = Release|x64 + {F2E6ECA9-8426-4363-8C5C-E6CDF76E8ABB}.Release|x64.Build.0 = Release|x64 + {F2E6ECA9-8426-4363-8C5C-E6CDF76E8ABB}.Release|x86.ActiveCfg = Release|Win32 + {F2E6ECA9-8426-4363-8C5C-E6CDF76E8ABB}.Release|x86.Build.0 = Release|Win32 + {A998B239-A942-4586-B486-C62C1E467C21}.Debug|x64.ActiveCfg = Debug|x64 + {A998B239-A942-4586-B486-C62C1E467C21}.Debug|x64.Build.0 = Debug|x64 + {A998B239-A942-4586-B486-C62C1E467C21}.Debug|x86.ActiveCfg = Debug|Win32 + {A998B239-A942-4586-B486-C62C1E467C21}.Debug|x86.Build.0 = Debug|Win32 + {A998B239-A942-4586-B486-C62C1E467C21}.Release|x64.ActiveCfg = Release|x64 + {A998B239-A942-4586-B486-C62C1E467C21}.Release|x64.Build.0 = Release|x64 + {A998B239-A942-4586-B486-C62C1E467C21}.Release|x86.ActiveCfg = Release|Win32 + {A998B239-A942-4586-B486-C62C1E467C21}.Release|x86.Build.0 = Release|Win32 + {4D16D3A6-1BC9-456B-A207-C53DF5B92057}.Debug|x64.ActiveCfg = Debug|x64 + {4D16D3A6-1BC9-456B-A207-C53DF5B92057}.Debug|x64.Build.0 = Debug|x64 + {4D16D3A6-1BC9-456B-A207-C53DF5B92057}.Debug|x86.ActiveCfg = Debug|Win32 + {4D16D3A6-1BC9-456B-A207-C53DF5B92057}.Debug|x86.Build.0 = Debug|Win32 + {4D16D3A6-1BC9-456B-A207-C53DF5B92057}.Release|x64.ActiveCfg = Release|x64 + {4D16D3A6-1BC9-456B-A207-C53DF5B92057}.Release|x64.Build.0 = Release|x64 + {4D16D3A6-1BC9-456B-A207-C53DF5B92057}.Release|x86.ActiveCfg = Release|Win32 + {4D16D3A6-1BC9-456B-A207-C53DF5B92057}.Release|x86.Build.0 = Release|Win32 + {5DD8D757-AE1F-4633-869A-4C3B83DBA2A7}.Debug|x64.ActiveCfg = Debug|x64 + {5DD8D757-AE1F-4633-869A-4C3B83DBA2A7}.Debug|x64.Build.0 = Debug|x64 + {5DD8D757-AE1F-4633-869A-4C3B83DBA2A7}.Debug|x86.ActiveCfg = Debug|Win32 + {5DD8D757-AE1F-4633-869A-4C3B83DBA2A7}.Debug|x86.Build.0 = Debug|Win32 + {5DD8D757-AE1F-4633-869A-4C3B83DBA2A7}.Release|x64.ActiveCfg = Release|x64 + {5DD8D757-AE1F-4633-869A-4C3B83DBA2A7}.Release|x64.Build.0 = Release|x64 + {5DD8D757-AE1F-4633-869A-4C3B83DBA2A7}.Release|x86.ActiveCfg = Release|Win32 + {5DD8D757-AE1F-4633-869A-4C3B83DBA2A7}.Release|x86.Build.0 = Release|Win32 + {7D66EBA3-5EDE-45EB-ADCA-8424C4026CA7}.Debug|x64.ActiveCfg = Debug|x64 + {7D66EBA3-5EDE-45EB-ADCA-8424C4026CA7}.Debug|x64.Build.0 = Debug|x64 + {7D66EBA3-5EDE-45EB-ADCA-8424C4026CA7}.Debug|x86.ActiveCfg = Debug|Win32 + {7D66EBA3-5EDE-45EB-ADCA-8424C4026CA7}.Debug|x86.Build.0 = Debug|Win32 + {7D66EBA3-5EDE-45EB-ADCA-8424C4026CA7}.Release|x64.ActiveCfg = Release|x64 + {7D66EBA3-5EDE-45EB-ADCA-8424C4026CA7}.Release|x64.Build.0 = Release|x64 + {7D66EBA3-5EDE-45EB-ADCA-8424C4026CA7}.Release|x86.ActiveCfg = Release|Win32 + {7D66EBA3-5EDE-45EB-ADCA-8424C4026CA7}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/tar/sqfs2tar.c b/tar/sqfs2tar.c index b21570a..a05369f 100644 --- a/tar/sqfs2tar.c +++ b/tar/sqfs2tar.c @@ -8,7 +8,10 @@ #include "common.h" #include "tar.h" +#ifdef HAVE_GETOPT_LONG #include +#endif + #include #include #include diff --git a/tar/sqfs2tar.vcxproj b/tar/sqfs2tar.vcxproj new file mode 100644 index 0000000..3bea040 --- /dev/null +++ b/tar/sqfs2tar.vcxproj @@ -0,0 +1,180 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {A998B239-A942-4586-B486-C62C1E467C21} + sqfs2tar + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + + + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + + + true + $(Platform)\$(Configuration)\$(ProjectName)\ + + + false + $(Platform)\$(Configuration)\$(ProjectName)\ + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + + + + {4af21b3a-e7a0-48e6-951c-ca442410231f} + + + {45dec8f7-f154-4c3e-b616-a21fb3ca8cc2} + + + {4aa93963-2bc8-48fa-80b8-776b1f80bba5} + + + {7f732a8e-22a5-4dc1-b8db-7091d37be502} + + + {73712684-0f79-4ef6-950c-943c0456ff05} + + + {e25396a6-af76-4695-ba23-01d88009b7ec} + + + + + + \ No newline at end of file diff --git a/tar/sqfs2tar.vcxproj.filters b/tar/sqfs2tar.vcxproj.filters new file mode 100644 index 0000000..c65756b --- /dev/null +++ b/tar/sqfs2tar.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx + + + + + Source + + + \ No newline at end of file diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index 6186930..d730af6 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -10,7 +10,6 @@ #include "tar.h" #include -#include #include #include #include @@ -19,6 +18,10 @@ #include #endif +#ifdef HAVE_GETOPT_LONG +#include +#endif + static struct option long_opts[] = { { "root-becomes", required_argument, NULL, 'r' }, { "compressor", required_argument, NULL, 'c' }, diff --git a/tar/tar2sqfs.vcxproj b/tar/tar2sqfs.vcxproj new file mode 100644 index 0000000..9f80e1c --- /dev/null +++ b/tar/tar2sqfs.vcxproj @@ -0,0 +1,180 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {F2E6ECA9-8426-4363-8C5C-E6CDF76E8ABB} + tar2sqfs + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + $(Platform)\$(Configuration)\$(ProjectName)\ + + + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + + + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + + + false + $(Platform)\$(Configuration)\$(ProjectName)\ + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + + + + {4af21b3a-e7a0-48e6-951c-ca442410231f} + + + {45dec8f7-f154-4c3e-b616-a21fb3ca8cc2} + + + {4aa93963-2bc8-48fa-80b8-776b1f80bba5} + + + {7f732a8e-22a5-4dc1-b8db-7091d37be502} + + + {73712684-0f79-4ef6-950c-943c0456ff05} + + + {e25396a6-af76-4695-ba23-01d88009b7ec} + + + + + + \ No newline at end of file diff --git a/tar/tar2sqfs.vcxproj.filters b/tar/tar2sqfs.vcxproj.filters new file mode 100644 index 0000000..bba854a --- /dev/null +++ b/tar/tar2sqfs.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx + + + + + Source + + + \ No newline at end of file diff --git a/unpack/rdsquashfs.h b/unpack/rdsquashfs.h index 17c0a85..bf3e4c6 100644 --- a/unpack/rdsquashfs.h +++ b/unpack/rdsquashfs.h @@ -23,9 +23,13 @@ setxattr(path, name, value, size, 0, flags | XATTR_NOFOLLOW) #endif #endif + +#ifdef HAVE_GETOPT_LONG +#include +#endif + #include #include -#include #include #include #include diff --git a/unpack/rdsquashfs.vcxproj b/unpack/rdsquashfs.vcxproj new file mode 100644 index 0000000..1305ce4 --- /dev/null +++ b/unpack/rdsquashfs.vcxproj @@ -0,0 +1,187 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {4D16D3A6-1BC9-456B-A207-C53DF5B92057} + rdsquashfs + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + false + + + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + true + + + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + + + {4af21b3a-e7a0-48e6-951c-ca442410231f} + + + {45dec8f7-f154-4c3e-b616-a21fb3ca8cc2} + + + {4aa93963-2bc8-48fa-80b8-776b1f80bba5} + + + {7f732a8e-22a5-4dc1-b8db-7091d37be502} + + + {73712684-0f79-4ef6-950c-943c0456ff05} + + + {e25396a6-af76-4695-ba23-01d88009b7ec} + + + + + + \ No newline at end of file diff --git a/unpack/rdsquashfs.vcxproj.filters b/unpack/rdsquashfs.vcxproj.filters new file mode 100644 index 0000000..7351d07 --- /dev/null +++ b/unpack/rdsquashfs.vcxproj.filters @@ -0,0 +1,41 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx + + + + + Source + + + Source + + + Source + + + Source + + + Source + + + Source + + + Source + + + + + Headers + + + \ No newline at end of file -- cgit v1.2.3