• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revisionf8b700e3420eb1785112394257d1f6540da09695 (tree)
Time2018-05-17 21:27:19
AuthorDeskull <deskull@user...>
CommiterDeskull

Log Message

[Fix] (2.2.1.0) #38270 ビルドをマルチスレッドに変更し、Win10アップデート後の不具合に対応。 / Change build option for after Win10 update.

Change Summary

Incremental Difference

--- a/Hengband_vcs2015/Hengband/Hengband.vcxproj
+++ b/Hengband_vcs2015/Hengband/Hengband.vcxproj
@@ -104,7 +104,7 @@
104104 <Optimization>MaxSpeed</Optimization>
105105 <IntrinsicFunctions>true</IntrinsicFunctions>
106106 <PreprocessorDefinitions>WINDOWS;JP;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
107+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
108108 <FunctionLevelLinking>true</FunctionLevelLinking>
109109 <WarningLevel>Level3</WarningLevel>
110110 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
Show on old repository browser