From 2c4c977c02c5e4fd8ba6f0773bf7cab509ea64b6 Mon Sep 17 00:00:00 2001 From: zilmar Date: Tue, 25 Sep 2012 18:40:52 +1000 Subject: [PATCH] Moved 7zip, WTL, zlib to 3rd party directory --- Project64.sln | 28 +- Source/{ => 3rd Party}/7zip/7zAlloc.c | 0 Source/{ => 3rd Party}/7zip/7zAlloc.h | 0 Source/{ => 3rd Party}/7zip/7zBuffer.c | 0 Source/{ => 3rd Party}/7zip/7zBuffer.h | 0 Source/{ => 3rd Party}/7zip/7zCrc.c | 0 Source/{ => 3rd Party}/7zip/7zCrc.h | 0 Source/{ => 3rd Party}/7zip/7zDecode.c | 0 Source/{ => 3rd Party}/7zip/7zDecode.h | 0 Source/{ => 3rd Party}/7zip/7zExtract.c | 0 Source/{ => 3rd Party}/7zip/7zExtract.h | 0 Source/{ => 3rd Party}/7zip/7zHeader.c | 0 Source/{ => 3rd Party}/7zip/7zHeader.h | 0 Source/{ => 3rd Party}/7zip/7zIn.c | 0 Source/{ => 3rd Party}/7zip/7zIn.h | 0 Source/{ => 3rd Party}/7zip/7zItem.c | 0 Source/{ => 3rd Party}/7zip/7zItem.h | 0 Source/{ => 3rd Party}/7zip/7zMethodID.c | 0 Source/{ => 3rd Party}/7zip/7zMethodID.h | 0 Source/{ => 3rd Party}/7zip/7zTypes.h | 0 Source/{ => 3rd Party}/7zip/7zip.dsp | 0 Source/{ => 3rd Party}/7zip/7zip.vcproj | 0 .../7zip/Compress/LzmaDecode.c | 0 .../7zip/Compress/LzmaDecode.h | 0 Source/{ => 3rd Party}/7zip/status.h | 0 Source/{ => 3rd Party}/WTL/WTL.dsp | 0 Source/{ => 3rd Party}/WTL/WTL.vcproj | 0 Source/{ => 3rd Party}/WTL/atlapp.h | 0 Source/{ => 3rd Party}/WTL/atlcrack.h | 0 Source/{ => 3rd Party}/WTL/atlctrls.h | 0 Source/{ => 3rd Party}/WTL/atlctrlw.h | 0 Source/{ => 3rd Party}/WTL/atlctrlx.h | 0 Source/{ => 3rd Party}/WTL/atlddx.h | 0 Source/{ => 3rd Party}/WTL/atldlgs.h | 0 Source/{ => 3rd Party}/WTL/atlfind.h | 0 Source/{ => 3rd Party}/WTL/atlframe.h | 0 Source/{ => 3rd Party}/WTL/atlgdi.h | 0 Source/{ => 3rd Party}/WTL/atlmisc.h | 0 Source/{ => 3rd Party}/WTL/atlprint.h | 0 Source/{ => 3rd Party}/WTL/atlres.h | 0 Source/{ => 3rd Party}/WTL/atlresce.h | 0 Source/{ => 3rd Party}/WTL/atlscrl.h | 0 Source/{ => 3rd Party}/WTL/atlsplit.h | 0 Source/{ => 3rd Party}/WTL/atltheme.h | 0 Source/{ => 3rd Party}/WTL/atluser.h | 0 Source/{ => 3rd Party}/WTL/atlwince.h | 0 Source/{ => 3rd Party}/WTL/atlwinx.h | 0 Source/{ => 3rd Party}/zlib/ChangeLog | 0 Source/{ => 3rd Party}/zlib/FAQ | 0 Source/{ => 3rd Party}/zlib/README | 0 Source/{ => 3rd Party}/zlib/adler32.c | 0 Source/{ => 3rd Party}/zlib/algorithm.txt | 0 Source/{ => 3rd Party}/zlib/compress.c | 0 Source/{ => 3rd Party}/zlib/crc32.c | 0 Source/{ => 3rd Party}/zlib/crc32.h | 0 Source/{ => 3rd Party}/zlib/deflate.c | 0 Source/{ => 3rd Party}/zlib/deflate.h | 0 Source/{ => 3rd Party}/zlib/gzio.c | 0 Source/{ => 3rd Party}/zlib/infback.c | 0 Source/{ => 3rd Party}/zlib/inffast.c | 0 Source/{ => 3rd Party}/zlib/inffast.h | 0 Source/{ => 3rd Party}/zlib/inffixed.h | 0 Source/{ => 3rd Party}/zlib/inflate.c | 0 Source/{ => 3rd Party}/zlib/inflate.h | 0 Source/{ => 3rd Party}/zlib/inftrees.c | 0 Source/{ => 3rd Party}/zlib/inftrees.h | 0 Source/{ => 3rd Party}/zlib/trees.c | 0 Source/{ => 3rd Party}/zlib/trees.h | 0 Source/{ => 3rd Party}/zlib/uncompr.c | 0 Source/{ => 3rd Party}/zlib/zconf.h | 0 Source/{ => 3rd Party}/zlib/zconf.in.h | 0 Source/{ => 3rd Party}/zlib/zlib.h | 0 Source/{ => 3rd Party}/zlib/zlib.vcproj | 0 Source/{ => 3rd Party}/zlib/zutil.c | 0 Source/{ => 3rd Party}/zlib/zutil.h | 0 Source/7zip/7zip.plg | 16 -- Source/PjDirValidation/PjDirValidation.dsp | 110 -------- Source/PjDirValidation/PjDirValidation.vcproj | 251 ------------------ Source/PjDirValidation/main.cpp | 6 - Source/Project64/Project64.vcproj | 2 +- .../zlib.vcproj.Nicholas-PC.Nicholas.user | 65 ----- 81 files changed, 11 insertions(+), 467 deletions(-) rename Source/{ => 3rd Party}/7zip/7zAlloc.c (100%) rename Source/{ => 3rd Party}/7zip/7zAlloc.h (100%) rename Source/{ => 3rd Party}/7zip/7zBuffer.c (100%) rename Source/{ => 3rd Party}/7zip/7zBuffer.h (100%) rename Source/{ => 3rd Party}/7zip/7zCrc.c (100%) rename Source/{ => 3rd Party}/7zip/7zCrc.h (100%) rename Source/{ => 3rd Party}/7zip/7zDecode.c (100%) rename Source/{ => 3rd Party}/7zip/7zDecode.h (100%) rename Source/{ => 3rd Party}/7zip/7zExtract.c (100%) rename Source/{ => 3rd Party}/7zip/7zExtract.h (100%) rename Source/{ => 3rd Party}/7zip/7zHeader.c (100%) rename Source/{ => 3rd Party}/7zip/7zHeader.h (100%) rename Source/{ => 3rd Party}/7zip/7zIn.c (100%) rename Source/{ => 3rd Party}/7zip/7zIn.h (100%) rename Source/{ => 3rd Party}/7zip/7zItem.c (100%) rename Source/{ => 3rd Party}/7zip/7zItem.h (100%) rename Source/{ => 3rd Party}/7zip/7zMethodID.c (100%) rename Source/{ => 3rd Party}/7zip/7zMethodID.h (100%) rename Source/{ => 3rd Party}/7zip/7zTypes.h (100%) rename Source/{ => 3rd Party}/7zip/7zip.dsp (100%) rename Source/{ => 3rd Party}/7zip/7zip.vcproj (100%) rename Source/{ => 3rd Party}/7zip/Compress/LzmaDecode.c (100%) rename Source/{ => 3rd Party}/7zip/Compress/LzmaDecode.h (100%) rename Source/{ => 3rd Party}/7zip/status.h (100%) rename Source/{ => 3rd Party}/WTL/WTL.dsp (100%) rename Source/{ => 3rd Party}/WTL/WTL.vcproj (100%) rename Source/{ => 3rd Party}/WTL/atlapp.h (100%) rename Source/{ => 3rd Party}/WTL/atlcrack.h (100%) rename Source/{ => 3rd Party}/WTL/atlctrls.h (100%) rename Source/{ => 3rd Party}/WTL/atlctrlw.h (100%) rename Source/{ => 3rd Party}/WTL/atlctrlx.h (100%) rename Source/{ => 3rd Party}/WTL/atlddx.h (100%) rename Source/{ => 3rd Party}/WTL/atldlgs.h (100%) rename Source/{ => 3rd Party}/WTL/atlfind.h (100%) rename Source/{ => 3rd Party}/WTL/atlframe.h (100%) rename Source/{ => 3rd Party}/WTL/atlgdi.h (100%) rename Source/{ => 3rd Party}/WTL/atlmisc.h (100%) rename Source/{ => 3rd Party}/WTL/atlprint.h (100%) rename Source/{ => 3rd Party}/WTL/atlres.h (100%) rename Source/{ => 3rd Party}/WTL/atlresce.h (100%) rename Source/{ => 3rd Party}/WTL/atlscrl.h (100%) rename Source/{ => 3rd Party}/WTL/atlsplit.h (100%) rename Source/{ => 3rd Party}/WTL/atltheme.h (100%) rename Source/{ => 3rd Party}/WTL/atluser.h (100%) rename Source/{ => 3rd Party}/WTL/atlwince.h (100%) rename Source/{ => 3rd Party}/WTL/atlwinx.h (100%) rename Source/{ => 3rd Party}/zlib/ChangeLog (100%) rename Source/{ => 3rd Party}/zlib/FAQ (100%) rename Source/{ => 3rd Party}/zlib/README (100%) rename Source/{ => 3rd Party}/zlib/adler32.c (100%) rename Source/{ => 3rd Party}/zlib/algorithm.txt (100%) rename Source/{ => 3rd Party}/zlib/compress.c (100%) rename Source/{ => 3rd Party}/zlib/crc32.c (100%) rename Source/{ => 3rd Party}/zlib/crc32.h (100%) rename Source/{ => 3rd Party}/zlib/deflate.c (100%) rename Source/{ => 3rd Party}/zlib/deflate.h (100%) rename Source/{ => 3rd Party}/zlib/gzio.c (100%) rename Source/{ => 3rd Party}/zlib/infback.c (100%) rename Source/{ => 3rd Party}/zlib/inffast.c (100%) rename Source/{ => 3rd Party}/zlib/inffast.h (100%) rename Source/{ => 3rd Party}/zlib/inffixed.h (100%) rename Source/{ => 3rd Party}/zlib/inflate.c (100%) rename Source/{ => 3rd Party}/zlib/inflate.h (100%) rename Source/{ => 3rd Party}/zlib/inftrees.c (100%) rename Source/{ => 3rd Party}/zlib/inftrees.h (100%) rename Source/{ => 3rd Party}/zlib/trees.c (100%) rename Source/{ => 3rd Party}/zlib/trees.h (100%) rename Source/{ => 3rd Party}/zlib/uncompr.c (100%) rename Source/{ => 3rd Party}/zlib/zconf.h (100%) rename Source/{ => 3rd Party}/zlib/zconf.in.h (100%) rename Source/{ => 3rd Party}/zlib/zlib.h (100%) rename Source/{ => 3rd Party}/zlib/zlib.vcproj (100%) rename Source/{ => 3rd Party}/zlib/zutil.c (100%) rename Source/{ => 3rd Party}/zlib/zutil.h (100%) delete mode 100644 Source/7zip/7zip.plg delete mode 100644 Source/PjDirValidation/PjDirValidation.dsp delete mode 100644 Source/PjDirValidation/PjDirValidation.vcproj delete mode 100644 Source/PjDirValidation/main.cpp delete mode 100644 Source/zlib/zlib.vcproj.Nicholas-PC.Nicholas.user diff --git a/Project64.sln b/Project64.sln index 10d5d3810..16ebc1a68 100644 --- a/Project64.sln +++ b/Project64.sln @@ -1,15 +1,8 @@  Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "7zip", "SOURCE\7zip\7zip.vcproj", "{3326E128-33AF-422C-BB7C-67CC6B915610}" -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "SOURCE\Common\Common.vcproj", "{B4A4B994-9111-42B1-93C2-6F1CA8BC4421}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PjDirValidation", "SOURCE\PjDirValidation\PjDirValidation.vcproj", "{5AEBC82D-FA27-4EE1-8AF5-656C351DAE66}" - ProjectSection(ProjectDependencies) = postProject - {B4A4B994-9111-42B1-93C2-6F1CA8BC4421} = {B4A4B994-9111-42B1-93C2-6F1CA8BC4421} - EndProjectSection -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project64", "Source\Project64\Project64.vcproj", "{7E534C8E-1ACE-4A88-8807-39A11ED4DA18}" ProjectSection(ProjectDependencies) = postProject {731BD205-2826-4631-B7AF-117658E88DBC} = {731BD205-2826-4631-B7AF-117658E88DBC} @@ -25,9 +18,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RSP", "Source\RSP\RSP.vcpro EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Settings", "Source\Settings\Settings.vcproj", "{8B9961B1-88D9-4EA3-A752-507A00DD9F3D}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WTL", "SOURCE\WTL\WTL.vcproj", "{4BC6906B-213E-40D7-9FC7-1A93E228393D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "7zip", "Source\3rd Party\7zip\7zip.vcproj", "{3326E128-33AF-422C-BB7C-67CC6B915610}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "Source\zlib\zlib.vcproj", "{731BD205-2826-4631-B7AF-117658E88DBC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WTL", "Source\3rd Party\WTL\WTL.vcproj", "{4BC6906B-213E-40D7-9FC7-1A93E228393D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "Source\3rd Party\zlib\zlib.vcproj", "{731BD205-2826-4631-B7AF-117658E88DBC}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -36,21 +31,12 @@ Global Release|Win32 = Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {3326E128-33AF-422C-BB7C-67CC6B915610}.Debug|Win32.ActiveCfg = Debug|Win32 - {3326E128-33AF-422C-BB7C-67CC6B915610}.Debug|Win32.Build.0 = Debug|Win32 - {3326E128-33AF-422C-BB7C-67CC6B915610}.External Release|Win32.ActiveCfg = External Release|Win32 - {3326E128-33AF-422C-BB7C-67CC6B915610}.External Release|Win32.Build.0 = External Release|Win32 - {3326E128-33AF-422C-BB7C-67CC6B915610}.Release|Win32.ActiveCfg = Release|Win32 - {3326E128-33AF-422C-BB7C-67CC6B915610}.Release|Win32.Build.0 = Release|Win32 {B4A4B994-9111-42B1-93C2-6F1CA8BC4421}.Debug|Win32.ActiveCfg = Debug|Win32 {B4A4B994-9111-42B1-93C2-6F1CA8BC4421}.Debug|Win32.Build.0 = Debug|Win32 {B4A4B994-9111-42B1-93C2-6F1CA8BC4421}.External Release|Win32.ActiveCfg = External Release|Win32 {B4A4B994-9111-42B1-93C2-6F1CA8BC4421}.External Release|Win32.Build.0 = External Release|Win32 {B4A4B994-9111-42B1-93C2-6F1CA8BC4421}.Release|Win32.ActiveCfg = Release|Win32 {B4A4B994-9111-42B1-93C2-6F1CA8BC4421}.Release|Win32.Build.0 = Release|Win32 - {5AEBC82D-FA27-4EE1-8AF5-656C351DAE66}.Debug|Win32.ActiveCfg = Debug|Win32 - {5AEBC82D-FA27-4EE1-8AF5-656C351DAE66}.External Release|Win32.ActiveCfg = Release|Win32 - {5AEBC82D-FA27-4EE1-8AF5-656C351DAE66}.Release|Win32.ActiveCfg = Release|Win32 {7E534C8E-1ACE-4A88-8807-39A11ED4DA18}.Debug|Win32.ActiveCfg = Debug|Win32 {7E534C8E-1ACE-4A88-8807-39A11ED4DA18}.Debug|Win32.Build.0 = Debug|Win32 {7E534C8E-1ACE-4A88-8807-39A11ED4DA18}.External Release|Win32.ActiveCfg = External Release|Win32 @@ -69,6 +55,12 @@ Global {8B9961B1-88D9-4EA3-A752-507A00DD9F3D}.External Release|Win32.Build.0 = Release|Win32 {8B9961B1-88D9-4EA3-A752-507A00DD9F3D}.Release|Win32.ActiveCfg = Release|Win32 {8B9961B1-88D9-4EA3-A752-507A00DD9F3D}.Release|Win32.Build.0 = Release|Win32 + {3326E128-33AF-422C-BB7C-67CC6B915610}.Debug|Win32.ActiveCfg = Debug|Win32 + {3326E128-33AF-422C-BB7C-67CC6B915610}.Debug|Win32.Build.0 = Debug|Win32 + {3326E128-33AF-422C-BB7C-67CC6B915610}.External Release|Win32.ActiveCfg = External Release|Win32 + {3326E128-33AF-422C-BB7C-67CC6B915610}.External Release|Win32.Build.0 = External Release|Win32 + {3326E128-33AF-422C-BB7C-67CC6B915610}.Release|Win32.ActiveCfg = Release|Win32 + {3326E128-33AF-422C-BB7C-67CC6B915610}.Release|Win32.Build.0 = Release|Win32 {4BC6906B-213E-40D7-9FC7-1A93E228393D}.Debug|Win32.ActiveCfg = Debug|Win32 {4BC6906B-213E-40D7-9FC7-1A93E228393D}.Debug|Win32.Build.0 = Debug|Win32 {4BC6906B-213E-40D7-9FC7-1A93E228393D}.External Release|Win32.ActiveCfg = Release|Win32 diff --git a/Source/7zip/7zAlloc.c b/Source/3rd Party/7zip/7zAlloc.c similarity index 100% rename from Source/7zip/7zAlloc.c rename to Source/3rd Party/7zip/7zAlloc.c diff --git a/Source/7zip/7zAlloc.h b/Source/3rd Party/7zip/7zAlloc.h similarity index 100% rename from Source/7zip/7zAlloc.h rename to Source/3rd Party/7zip/7zAlloc.h diff --git a/Source/7zip/7zBuffer.c b/Source/3rd Party/7zip/7zBuffer.c similarity index 100% rename from Source/7zip/7zBuffer.c rename to Source/3rd Party/7zip/7zBuffer.c diff --git a/Source/7zip/7zBuffer.h b/Source/3rd Party/7zip/7zBuffer.h similarity index 100% rename from Source/7zip/7zBuffer.h rename to Source/3rd Party/7zip/7zBuffer.h diff --git a/Source/7zip/7zCrc.c b/Source/3rd Party/7zip/7zCrc.c similarity index 100% rename from Source/7zip/7zCrc.c rename to Source/3rd Party/7zip/7zCrc.c diff --git a/Source/7zip/7zCrc.h b/Source/3rd Party/7zip/7zCrc.h similarity index 100% rename from Source/7zip/7zCrc.h rename to Source/3rd Party/7zip/7zCrc.h diff --git a/Source/7zip/7zDecode.c b/Source/3rd Party/7zip/7zDecode.c similarity index 100% rename from Source/7zip/7zDecode.c rename to Source/3rd Party/7zip/7zDecode.c diff --git a/Source/7zip/7zDecode.h b/Source/3rd Party/7zip/7zDecode.h similarity index 100% rename from Source/7zip/7zDecode.h rename to Source/3rd Party/7zip/7zDecode.h diff --git a/Source/7zip/7zExtract.c b/Source/3rd Party/7zip/7zExtract.c similarity index 100% rename from Source/7zip/7zExtract.c rename to Source/3rd Party/7zip/7zExtract.c diff --git a/Source/7zip/7zExtract.h b/Source/3rd Party/7zip/7zExtract.h similarity index 100% rename from Source/7zip/7zExtract.h rename to Source/3rd Party/7zip/7zExtract.h diff --git a/Source/7zip/7zHeader.c b/Source/3rd Party/7zip/7zHeader.c similarity index 100% rename from Source/7zip/7zHeader.c rename to Source/3rd Party/7zip/7zHeader.c diff --git a/Source/7zip/7zHeader.h b/Source/3rd Party/7zip/7zHeader.h similarity index 100% rename from Source/7zip/7zHeader.h rename to Source/3rd Party/7zip/7zHeader.h diff --git a/Source/7zip/7zIn.c b/Source/3rd Party/7zip/7zIn.c similarity index 100% rename from Source/7zip/7zIn.c rename to Source/3rd Party/7zip/7zIn.c diff --git a/Source/7zip/7zIn.h b/Source/3rd Party/7zip/7zIn.h similarity index 100% rename from Source/7zip/7zIn.h rename to Source/3rd Party/7zip/7zIn.h diff --git a/Source/7zip/7zItem.c b/Source/3rd Party/7zip/7zItem.c similarity index 100% rename from Source/7zip/7zItem.c rename to Source/3rd Party/7zip/7zItem.c diff --git a/Source/7zip/7zItem.h b/Source/3rd Party/7zip/7zItem.h similarity index 100% rename from Source/7zip/7zItem.h rename to Source/3rd Party/7zip/7zItem.h diff --git a/Source/7zip/7zMethodID.c b/Source/3rd Party/7zip/7zMethodID.c similarity index 100% rename from Source/7zip/7zMethodID.c rename to Source/3rd Party/7zip/7zMethodID.c diff --git a/Source/7zip/7zMethodID.h b/Source/3rd Party/7zip/7zMethodID.h similarity index 100% rename from Source/7zip/7zMethodID.h rename to Source/3rd Party/7zip/7zMethodID.h diff --git a/Source/7zip/7zTypes.h b/Source/3rd Party/7zip/7zTypes.h similarity index 100% rename from Source/7zip/7zTypes.h rename to Source/3rd Party/7zip/7zTypes.h diff --git a/Source/7zip/7zip.dsp b/Source/3rd Party/7zip/7zip.dsp similarity index 100% rename from Source/7zip/7zip.dsp rename to Source/3rd Party/7zip/7zip.dsp diff --git a/Source/7zip/7zip.vcproj b/Source/3rd Party/7zip/7zip.vcproj similarity index 100% rename from Source/7zip/7zip.vcproj rename to Source/3rd Party/7zip/7zip.vcproj diff --git a/Source/7zip/Compress/LzmaDecode.c b/Source/3rd Party/7zip/Compress/LzmaDecode.c similarity index 100% rename from Source/7zip/Compress/LzmaDecode.c rename to Source/3rd Party/7zip/Compress/LzmaDecode.c diff --git a/Source/7zip/Compress/LzmaDecode.h b/Source/3rd Party/7zip/Compress/LzmaDecode.h similarity index 100% rename from Source/7zip/Compress/LzmaDecode.h rename to Source/3rd Party/7zip/Compress/LzmaDecode.h diff --git a/Source/7zip/status.h b/Source/3rd Party/7zip/status.h similarity index 100% rename from Source/7zip/status.h rename to Source/3rd Party/7zip/status.h diff --git a/Source/WTL/WTL.dsp b/Source/3rd Party/WTL/WTL.dsp similarity index 100% rename from Source/WTL/WTL.dsp rename to Source/3rd Party/WTL/WTL.dsp diff --git a/Source/WTL/WTL.vcproj b/Source/3rd Party/WTL/WTL.vcproj similarity index 100% rename from Source/WTL/WTL.vcproj rename to Source/3rd Party/WTL/WTL.vcproj diff --git a/Source/WTL/atlapp.h b/Source/3rd Party/WTL/atlapp.h similarity index 100% rename from Source/WTL/atlapp.h rename to Source/3rd Party/WTL/atlapp.h diff --git a/Source/WTL/atlcrack.h b/Source/3rd Party/WTL/atlcrack.h similarity index 100% rename from Source/WTL/atlcrack.h rename to Source/3rd Party/WTL/atlcrack.h diff --git a/Source/WTL/atlctrls.h b/Source/3rd Party/WTL/atlctrls.h similarity index 100% rename from Source/WTL/atlctrls.h rename to Source/3rd Party/WTL/atlctrls.h diff --git a/Source/WTL/atlctrlw.h b/Source/3rd Party/WTL/atlctrlw.h similarity index 100% rename from Source/WTL/atlctrlw.h rename to Source/3rd Party/WTL/atlctrlw.h diff --git a/Source/WTL/atlctrlx.h b/Source/3rd Party/WTL/atlctrlx.h similarity index 100% rename from Source/WTL/atlctrlx.h rename to Source/3rd Party/WTL/atlctrlx.h diff --git a/Source/WTL/atlddx.h b/Source/3rd Party/WTL/atlddx.h similarity index 100% rename from Source/WTL/atlddx.h rename to Source/3rd Party/WTL/atlddx.h diff --git a/Source/WTL/atldlgs.h b/Source/3rd Party/WTL/atldlgs.h similarity index 100% rename from Source/WTL/atldlgs.h rename to Source/3rd Party/WTL/atldlgs.h diff --git a/Source/WTL/atlfind.h b/Source/3rd Party/WTL/atlfind.h similarity index 100% rename from Source/WTL/atlfind.h rename to Source/3rd Party/WTL/atlfind.h diff --git a/Source/WTL/atlframe.h b/Source/3rd Party/WTL/atlframe.h similarity index 100% rename from Source/WTL/atlframe.h rename to Source/3rd Party/WTL/atlframe.h diff --git a/Source/WTL/atlgdi.h b/Source/3rd Party/WTL/atlgdi.h similarity index 100% rename from Source/WTL/atlgdi.h rename to Source/3rd Party/WTL/atlgdi.h diff --git a/Source/WTL/atlmisc.h b/Source/3rd Party/WTL/atlmisc.h similarity index 100% rename from Source/WTL/atlmisc.h rename to Source/3rd Party/WTL/atlmisc.h diff --git a/Source/WTL/atlprint.h b/Source/3rd Party/WTL/atlprint.h similarity index 100% rename from Source/WTL/atlprint.h rename to Source/3rd Party/WTL/atlprint.h diff --git a/Source/WTL/atlres.h b/Source/3rd Party/WTL/atlres.h similarity index 100% rename from Source/WTL/atlres.h rename to Source/3rd Party/WTL/atlres.h diff --git a/Source/WTL/atlresce.h b/Source/3rd Party/WTL/atlresce.h similarity index 100% rename from Source/WTL/atlresce.h rename to Source/3rd Party/WTL/atlresce.h diff --git a/Source/WTL/atlscrl.h b/Source/3rd Party/WTL/atlscrl.h similarity index 100% rename from Source/WTL/atlscrl.h rename to Source/3rd Party/WTL/atlscrl.h diff --git a/Source/WTL/atlsplit.h b/Source/3rd Party/WTL/atlsplit.h similarity index 100% rename from Source/WTL/atlsplit.h rename to Source/3rd Party/WTL/atlsplit.h diff --git a/Source/WTL/atltheme.h b/Source/3rd Party/WTL/atltheme.h similarity index 100% rename from Source/WTL/atltheme.h rename to Source/3rd Party/WTL/atltheme.h diff --git a/Source/WTL/atluser.h b/Source/3rd Party/WTL/atluser.h similarity index 100% rename from Source/WTL/atluser.h rename to Source/3rd Party/WTL/atluser.h diff --git a/Source/WTL/atlwince.h b/Source/3rd Party/WTL/atlwince.h similarity index 100% rename from Source/WTL/atlwince.h rename to Source/3rd Party/WTL/atlwince.h diff --git a/Source/WTL/atlwinx.h b/Source/3rd Party/WTL/atlwinx.h similarity index 100% rename from Source/WTL/atlwinx.h rename to Source/3rd Party/WTL/atlwinx.h diff --git a/Source/zlib/ChangeLog b/Source/3rd Party/zlib/ChangeLog similarity index 100% rename from Source/zlib/ChangeLog rename to Source/3rd Party/zlib/ChangeLog diff --git a/Source/zlib/FAQ b/Source/3rd Party/zlib/FAQ similarity index 100% rename from Source/zlib/FAQ rename to Source/3rd Party/zlib/FAQ diff --git a/Source/zlib/README b/Source/3rd Party/zlib/README similarity index 100% rename from Source/zlib/README rename to Source/3rd Party/zlib/README diff --git a/Source/zlib/adler32.c b/Source/3rd Party/zlib/adler32.c similarity index 100% rename from Source/zlib/adler32.c rename to Source/3rd Party/zlib/adler32.c diff --git a/Source/zlib/algorithm.txt b/Source/3rd Party/zlib/algorithm.txt similarity index 100% rename from Source/zlib/algorithm.txt rename to Source/3rd Party/zlib/algorithm.txt diff --git a/Source/zlib/compress.c b/Source/3rd Party/zlib/compress.c similarity index 100% rename from Source/zlib/compress.c rename to Source/3rd Party/zlib/compress.c diff --git a/Source/zlib/crc32.c b/Source/3rd Party/zlib/crc32.c similarity index 100% rename from Source/zlib/crc32.c rename to Source/3rd Party/zlib/crc32.c diff --git a/Source/zlib/crc32.h b/Source/3rd Party/zlib/crc32.h similarity index 100% rename from Source/zlib/crc32.h rename to Source/3rd Party/zlib/crc32.h diff --git a/Source/zlib/deflate.c b/Source/3rd Party/zlib/deflate.c similarity index 100% rename from Source/zlib/deflate.c rename to Source/3rd Party/zlib/deflate.c diff --git a/Source/zlib/deflate.h b/Source/3rd Party/zlib/deflate.h similarity index 100% rename from Source/zlib/deflate.h rename to Source/3rd Party/zlib/deflate.h diff --git a/Source/zlib/gzio.c b/Source/3rd Party/zlib/gzio.c similarity index 100% rename from Source/zlib/gzio.c rename to Source/3rd Party/zlib/gzio.c diff --git a/Source/zlib/infback.c b/Source/3rd Party/zlib/infback.c similarity index 100% rename from Source/zlib/infback.c rename to Source/3rd Party/zlib/infback.c diff --git a/Source/zlib/inffast.c b/Source/3rd Party/zlib/inffast.c similarity index 100% rename from Source/zlib/inffast.c rename to Source/3rd Party/zlib/inffast.c diff --git a/Source/zlib/inffast.h b/Source/3rd Party/zlib/inffast.h similarity index 100% rename from Source/zlib/inffast.h rename to Source/3rd Party/zlib/inffast.h diff --git a/Source/zlib/inffixed.h b/Source/3rd Party/zlib/inffixed.h similarity index 100% rename from Source/zlib/inffixed.h rename to Source/3rd Party/zlib/inffixed.h diff --git a/Source/zlib/inflate.c b/Source/3rd Party/zlib/inflate.c similarity index 100% rename from Source/zlib/inflate.c rename to Source/3rd Party/zlib/inflate.c diff --git a/Source/zlib/inflate.h b/Source/3rd Party/zlib/inflate.h similarity index 100% rename from Source/zlib/inflate.h rename to Source/3rd Party/zlib/inflate.h diff --git a/Source/zlib/inftrees.c b/Source/3rd Party/zlib/inftrees.c similarity index 100% rename from Source/zlib/inftrees.c rename to Source/3rd Party/zlib/inftrees.c diff --git a/Source/zlib/inftrees.h b/Source/3rd Party/zlib/inftrees.h similarity index 100% rename from Source/zlib/inftrees.h rename to Source/3rd Party/zlib/inftrees.h diff --git a/Source/zlib/trees.c b/Source/3rd Party/zlib/trees.c similarity index 100% rename from Source/zlib/trees.c rename to Source/3rd Party/zlib/trees.c diff --git a/Source/zlib/trees.h b/Source/3rd Party/zlib/trees.h similarity index 100% rename from Source/zlib/trees.h rename to Source/3rd Party/zlib/trees.h diff --git a/Source/zlib/uncompr.c b/Source/3rd Party/zlib/uncompr.c similarity index 100% rename from Source/zlib/uncompr.c rename to Source/3rd Party/zlib/uncompr.c diff --git a/Source/zlib/zconf.h b/Source/3rd Party/zlib/zconf.h similarity index 100% rename from Source/zlib/zconf.h rename to Source/3rd Party/zlib/zconf.h diff --git a/Source/zlib/zconf.in.h b/Source/3rd Party/zlib/zconf.in.h similarity index 100% rename from Source/zlib/zconf.in.h rename to Source/3rd Party/zlib/zconf.in.h diff --git a/Source/zlib/zlib.h b/Source/3rd Party/zlib/zlib.h similarity index 100% rename from Source/zlib/zlib.h rename to Source/3rd Party/zlib/zlib.h diff --git a/Source/zlib/zlib.vcproj b/Source/3rd Party/zlib/zlib.vcproj similarity index 100% rename from Source/zlib/zlib.vcproj rename to Source/3rd Party/zlib/zlib.vcproj diff --git a/Source/zlib/zutil.c b/Source/3rd Party/zlib/zutil.c similarity index 100% rename from Source/zlib/zutil.c rename to Source/3rd Party/zlib/zutil.c diff --git a/Source/zlib/zutil.h b/Source/3rd Party/zlib/zutil.h similarity index 100% rename from Source/zlib/zutil.h rename to Source/3rd Party/zlib/zutil.h diff --git a/Source/7zip/7zip.plg b/Source/7zip/7zip.plg deleted file mode 100644 index 55cfa1108..000000000 --- a/Source/7zip/7zip.plg +++ /dev/null @@ -1,16 +0,0 @@ - - -
-

Build Log

-

---------------------Configuration: 7zip - Win32 External Release-------------------- -

-

Command Lines

- - - -

Results

-7zip.lib - 0 error(s), 0 warning(s) -
- - diff --git a/Source/PjDirValidation/PjDirValidation.dsp b/Source/PjDirValidation/PjDirValidation.dsp deleted file mode 100644 index 50363e766..000000000 --- a/Source/PjDirValidation/PjDirValidation.dsp +++ /dev/null @@ -1,110 +0,0 @@ -# Microsoft Developer Studio Project File - Name="PjDirValidation" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Application" 0x0101 - -CFG=PjDirValidation - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "PjDirValidation.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "PjDirValidation.mak" CFG="PjDirValidation - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "PjDirValidation - Win32 Release" (based on "Win32 (x86) Application") -!MESSAGE "PjDirValidation - Win32 Debug" (based on "Win32 (x86) Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "PjDirValidation - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../Bin/Release" -# PROP Intermediate_Dir "../../Build/PjDirValidation/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "../" /I "./" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c -# SUBTRACT CPP /Fr -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0xc09 /d "NDEBUG" -# ADD RSC /l 0xc09 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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 /subsystem:windows /debug /machine:I386 - -!ELSEIF "$(CFG)" == "PjDirValidation - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "../../Bin/Debug" -# PROP Intermediate_Dir "../../Build/PjDirValidation/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../" /I "./" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c -# SUBTRACT CPP /Fr -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0xc09 /d "_DEBUG" -# ADD RSC /l 0xc09 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# 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 /subsystem:windows /debug /machine:I386 /pdbtype:sept -# SUBTRACT LINK32 /map - -!ENDIF - -# Begin Target - -# Name "PjDirValidation - Win32 Release" -# Name "PjDirValidation - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\main.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/Source/PjDirValidation/PjDirValidation.vcproj b/Source/PjDirValidation/PjDirValidation.vcproj deleted file mode 100644 index 936c86a0b..000000000 --- a/Source/PjDirValidation/PjDirValidation.vcproj +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Source/PjDirValidation/main.cpp b/Source/PjDirValidation/main.cpp deleted file mode 100644 index 2f54344d1..000000000 --- a/Source/PjDirValidation/main.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include - -int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszArgs, int nWinMode) -{ - return 0; -} diff --git a/Source/Project64/Project64.vcproj b/Source/Project64/Project64.vcproj index 2d81fdb5b..416c56208 100644 --- a/Source/Project64/Project64.vcproj +++ b/Source/Project64/Project64.vcproj @@ -244,7 +244,7 @@ Optimization="2" FavorSizeOrSpeed="1" WholeProgramOptimization="true" - AdditionalIncludeDirectories="../,./" + AdditionalIncludeDirectories="../,./;../3rd Party" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" StringPooling="true" ExceptionHandling="2" diff --git a/Source/zlib/zlib.vcproj.Nicholas-PC.Nicholas.user b/Source/zlib/zlib.vcproj.Nicholas-PC.Nicholas.user deleted file mode 100644 index fbc38d8e8..000000000 --- a/Source/zlib/zlib.vcproj.Nicholas-PC.Nicholas.user +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - -