From 39c7918cb64ff51366247066842a70b322a7a941 Mon Sep 17 00:00:00 2001 From: Sergey Semushin Date: Thu, 9 May 2019 00:42:22 +0300 Subject: [PATCH] Separate PKWare to static lib in msvc 2017 project. --- 3rdParty/PKWare/PKWare.vcxproj | 100 +++++++++++++++++++++++++ 3rdParty/PKWare/PKWare.vcxproj.filters | 30 ++++++++ Diablo.sln | 9 +++ Diablo.vcxproj | 9 +-- Diablo.vcxproj.filters | 15 +--- 5 files changed, 143 insertions(+), 20 deletions(-) create mode 100644 3rdParty/PKWare/PKWare.vcxproj create mode 100644 3rdParty/PKWare/PKWare.vcxproj.filters diff --git a/3rdParty/PKWare/PKWare.vcxproj b/3rdParty/PKWare/PKWare.vcxproj new file mode 100644 index 000000000..5d7772459 --- /dev/null +++ b/3rdParty/PKWare/PKWare.vcxproj @@ -0,0 +1,100 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + + + 15.0 + {C7F9F3B4-2F7C-4672-9586-94D8BA0950B6} + Win32Proj + PKWare + 10.0.17763.0 + + + + StaticLibrary + true + v141 + Unicode + + + StaticLibrary + false + v141 + true + Unicode + + + + + + + + + + + + + + + true + .\WinDebug\ + .\WinDebug\ + + + false + .\WinRel + .\WinRel + + + + NotUsing + Level3 + Disabled + true + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreadedDebug + + + Windows + true + + + + + NotUsing + Level3 + MaxSpeed + true + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreaded + + + Windows + true + true + true + + + + + + \ No newline at end of file diff --git a/3rdParty/PKWare/PKWare.vcxproj.filters b/3rdParty/PKWare/PKWare.vcxproj.filters new file mode 100644 index 000000000..5bcd9e7ec --- /dev/null +++ b/3rdParty/PKWare/PKWare.vcxproj.filters @@ -0,0 +1,30 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + + + Header Files + + + \ No newline at end of file diff --git a/Diablo.sln b/Diablo.sln index 72ba556b8..d6e1a3339 100644 --- a/Diablo.sln +++ b/Diablo.sln @@ -4,11 +4,16 @@ Microsoft Visual Studio Solution File, Format Version 12.00 VisualStudioVersion = 15.0.27703.2035 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Diablo", "Diablo.vcxproj", "{23114A83-7D81-4F17-A6B8-2FC51F3D72F2}" + ProjectSection(ProjectDependencies) = postProject + {C7F9F3B4-2F7C-4672-9586-94D8BA0950B6} = {C7F9F3B4-2F7C-4672-9586-94D8BA0950B6} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DiabloUI", "DiabloUI\DiabloUI.vcxproj", "{8408E35E-3CF5-4D4E-B873-AF3952CDABD4}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Storm", "3rdParty\Storm\Source\Storm.vcxproj", "{B28F69CE-15A1-424D-BBB5-2727258D675B}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PKWare", "3rdParty\PKWare\PKWare.vcxproj", "{C7F9F3B4-2F7C-4672-9586-94D8BA0950B6}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x86 = Debug|x86 @@ -27,6 +32,10 @@ Global {B28F69CE-15A1-424D-BBB5-2727258D675B}.Debug|x86.Build.0 = Debug|Win32 {B28F69CE-15A1-424D-BBB5-2727258D675B}.Release|x86.ActiveCfg = Release|Win32 {B28F69CE-15A1-424D-BBB5-2727258D675B}.Release|x86.Build.0 = Release|Win32 + {C7F9F3B4-2F7C-4672-9586-94D8BA0950B6}.Debug|x86.ActiveCfg = Debug|Win32 + {C7F9F3B4-2F7C-4672-9586-94D8BA0950B6}.Debug|x86.Build.0 = Debug|Win32 + {C7F9F3B4-2F7C-4672-9586-94D8BA0950B6}.Release|x86.ActiveCfg = Release|Win32 + {C7F9F3B4-2F7C-4672-9586-94D8BA0950B6}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Diablo.vcxproj b/Diablo.vcxproj index 1c6062e76..3c429ed14 100644 --- a/Diablo.vcxproj +++ b/Diablo.vcxproj @@ -80,7 +80,7 @@ Windows .\Source/WinRel\Diablo.exe - DiabloUI/WinRel/DiabloUI.lib;3rdParty/Storm/Source/WinRel/Storm.lib;version.lib;%(AdditionalDependencies) + 3rdParty/Storm/Source/WinRel/Storm.lib;3rdParty/PKWare/WinRel/PKWare.lib;version.lib;%(AdditionalDependencies) false false false @@ -120,14 +120,12 @@ true Windows .\Source/WinDebug\Diablo.exe - DiabloUI/WinDebug/DiabloUI.lib;3rdParty/Storm/Source/WinDebug/Storm.lib;version.lib;%(AdditionalDependencies) + DiabloUI/WinDebug/DiabloUI.lib;3rdParty/Storm/Source/WinDebug/Storm.lib;3rdParty/PKWare/WinDebug/PKWare.lib;version.lib;%(AdditionalDependencies) false false - - @@ -209,7 +207,6 @@ - @@ -302,4 +299,4 @@ - + \ No newline at end of file diff --git a/Diablo.vcxproj.filters b/Diablo.vcxproj.filters index 46d2817f6..eff1b6b52 100644 --- a/Diablo.vcxproj.filters +++ b/Diablo.vcxproj.filters @@ -13,10 +13,6 @@ {8003aed2-27a6-444b-8fb0-bb8a59530005} h;hpp;hxx;hm;inl - - {5dbacde9-4fc8-4776-ba59-92912e0c8ab5} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - @@ -238,12 +234,6 @@ Source Files - - PKWare - - - PKWare - @@ -490,8 +480,5 @@ Header Files - - PKWare - - + \ No newline at end of file