Revision: 9790 https://osdn.net/projects/ttssh2/scm/svn/commits/9790 Author: zmatsuo Date: 2022-03-08 23:36:57 +0900 (Tue, 08 Mar 2022) Log Message: ----------- 複数プロセッサでのコンパイルを enable にした Modified Paths: -------------- trunk/ttssh2/argon2/argon2.v16.vcxproj trunk/ttssh2/matcher/matcher.v16.vcxproj trunk/ttssh2/putty/putty.v16.vcxproj trunk/ttssh2/ttssh/ttssh.v16.vcxproj trunk/ttssh2/ttxssh/ttxssh.v16.vcxproj -------------- next part -------------- Modified: trunk/ttssh2/argon2/argon2.v16.vcxproj =================================================================== --- trunk/ttssh2/argon2/argon2.v16.vcxproj 2022-03-08 14:36:45 UTC (rev 9789) +++ trunk/ttssh2/argon2/argon2.v16.vcxproj 2022-03-08 14:36:57 UTC (rev 9790) @@ -58,6 +58,7 @@ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> @@ -67,6 +68,7 @@ <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> </ItemDefinitionGroup> <ItemGroup> Modified: trunk/ttssh2/matcher/matcher.v16.vcxproj =================================================================== --- trunk/ttssh2/matcher/matcher.v16.vcxproj 2022-03-08 14:36:45 UTC (rev 9789) +++ trunk/ttssh2/matcher/matcher.v16.vcxproj 2022-03-08 14:36:57 UTC (rev 9790) @@ -66,6 +66,7 @@ <FunctionLevelLinking>true</FunctionLevelLinking> <WarningLevel>Level3</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -89,6 +90,7 @@ <WarningLevel>Level3</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> Modified: trunk/ttssh2/putty/putty.v16.vcxproj =================================================================== --- trunk/ttssh2/putty/putty.v16.vcxproj 2022-03-08 14:36:45 UTC (rev 9789) +++ trunk/ttssh2/putty/putty.v16.vcxproj 2022-03-08 14:36:57 UTC (rev 9790) @@ -59,6 +59,7 @@ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> @@ -68,6 +69,7 @@ <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> </ItemDefinitionGroup> <ItemGroup> Modified: trunk/ttssh2/ttssh/ttssh.v16.vcxproj =================================================================== --- trunk/ttssh2/ttssh/ttssh.v16.vcxproj 2022-03-08 14:36:45 UTC (rev 9789) +++ trunk/ttssh2/ttssh/ttssh.v16.vcxproj 2022-03-08 14:36:57 UTC (rev 9790) @@ -66,6 +66,7 @@ <WarningLevel>Level3</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -97,6 +98,7 @@ <FunctionLevelLinking>true</FunctionLevelLinking> <WarningLevel>Level3</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> Modified: trunk/ttssh2/ttxssh/ttxssh.v16.vcxproj =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.v16.vcxproj 2022-03-08 14:36:45 UTC (rev 9789) +++ trunk/ttssh2/ttxssh/ttxssh.v16.vcxproj 2022-03-08 14:36:57 UTC (rev 9790) @@ -72,6 +72,7 @@ <SuppressStartupBanner>true</SuppressStartupBanner> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> <CompileAs>Default</CompileAs> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -115,6 +116,7 @@ <SuppressStartupBanner>true</SuppressStartupBanner> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <CompileAs>Default</CompileAs> + <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>