From 0a346b4a4d9fce959c56590da099416361d39e5f Mon Sep 17 00:00:00 2001 From: "False.Genesis" Date: Mon, 19 Feb 2007 10:13:08 +0000 Subject: [PATCH] * no more DLLs needed --- PseuWoW.sln | 7 +++++++ src/PseuWoW.vcproj | 4 ++-- src/SDL.vcproj | 4 ++-- src/shared.vcproj | 7 ++++--- src/zlib.vcproj | 8 +++++--- src/zthread.vcproj | 8 +++++--- 6 files changed, 25 insertions(+), 13 deletions(-) diff --git a/PseuWoW.sln b/PseuWoW.sln index 0ea9c3b..b6c4f77 100644 --- a/PseuWoW.sln +++ b/PseuWoW.sln @@ -3,6 +3,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PseuWoW", "src\PseuWoW.vcpr ProjectSection(ProjectDependencies) = postProject {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2} = {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2} {F548FC51-24A4-45FF-A381-BEBC39F18270} = {F548FC51-24A4-45FF-A381-BEBC39F18270} + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} {262199E8-EEDF-4700-A1D1-E9CC901CF480} = {262199E8-EEDF-4700-A1D1-E9CC901CF480} EndProjectSection EndProject @@ -20,6 +21,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shared", "src\shared.vcproj {262199E8-EEDF-4700-A1D1-E9CC901CF480} = {262199E8-EEDF-4700-A1D1-E9CC901CF480} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL", "src\SDL.vcproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -42,6 +47,8 @@ Global {F548FC51-24A4-45FF-A381-BEBC39F18270}.Debug.Build.0 = Debug|Win32 {F548FC51-24A4-45FF-A381-BEBC39F18270}.Release.ActiveCfg = Release|Win32 {F548FC51-24A4-45FF-A381-BEBC39F18270}.Release.Build.0 = Release|Win32 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug.ActiveCfg = Debug|Win32 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release.ActiveCfg = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/src/PseuWoW.vcproj b/src/PseuWoW.vcproj index 0d4d925..05a9f64 100644 --- a/src/PseuWoW.vcproj +++ b/src/PseuWoW.vcproj @@ -31,7 +31,7 @@ AdditionalIncludeDirectories="shared;Client;Client/World;Client/Realm;dep/include" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" StringPooling="FALSE" - RuntimeLibrary="2" + RuntimeLibrary="0" BufferSecurityCheck="FALSE" EnableFunctionLevelLinking="FALSE" EnableEnhancedInstructionSet="1" @@ -98,7 +98,7 @@ AdditionalIncludeDirectories="shared;Client;Client/World;Client/Realm;dep/include" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" PrecompiledHeaderFile="" AssemblerListingLocation="$(SolutionDir)/temp/$(ProjectName)/$(ConfigurationName)/" ObjectFile="$(SolutionDir)/temp/$(ProjectName)/$(ConfigurationName)/" diff --git a/src/SDL.vcproj b/src/SDL.vcproj index 0e5c4da..4a3b9a4 100644 --- a/src/SDL.vcproj +++ b/src/SDL.vcproj @@ -22,7 +22,7 @@ Optimization="0" AdditionalIncludeDirectories="dep/include/SDL;dep/src/SDL;dep/include" PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400" - RuntimeLibrary="2" + RuntimeLibrary="1" BufferSecurityCheck="FALSE" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/SDL.pch" @@ -79,7 +79,7 @@ AdditionalIncludeDirectories="dep/include/SDL;dep/src/SDL;dep/include" PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400" StringPooling="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" BufferSecurityCheck="FALSE" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="0" diff --git a/src/shared.vcproj b/src/shared.vcproj index f24ad66..65fe85d 100644 --- a/src/shared.vcproj +++ b/src/shared.vcproj @@ -27,7 +27,7 @@ AdditionalIncludeDirectories="dep/include;Client" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" PrecompiledHeaderFile=".\Debug/PseuWoW_Controller.pch" AssemblerListingLocation="$(SolutionDir)temp/$(ProjectName)/$(ConfigurationName)/" ObjectFile="$(SolutionDir)temp/$(ProjectName)/$(ConfigurationName)/" @@ -70,15 +70,16 @@ UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2" - WholeProgramOptimization="FALSE"> + WholeProgramOptimization="TRUE"> + CharacterSet="2" + WholeProgramOptimization="TRUE"> + CharacterSet="2" + WholeProgramOptimization="TRUE">