• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

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


Commit MetaInfo

Revision1791c2afac32ebc649fb75571eaacd7935b27c8e (tree)
Time2019-01-03 23:08:17
AuthorDeskull <deskull@user...>
CommiterDeskull

Log Message

[Fix] #38836 VS2017プロジェクトファイル整理。 / Update project file for VS2017.

Change Summary

Incremental Difference

--- a/Hengband_vcs2017/Hengband/Hengband.vcxproj
+++ b/Hengband_vcs2017/Hengband/Hengband.vcxproj
@@ -79,14 +79,15 @@
7979 <PreprocessorDefinitions>WINDOWS;JP;SJIS;_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
8080 <MinimalRebuild>false</MinimalRebuild>
8181 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
82- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
82+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
8383 <WarningLevel>EnableAllWarnings</WarningLevel>
8484 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
8585 <CompileAs>CompileAsC</CompileAs>
8686 <DisableSpecificWarnings>4127;4244;4255;4668;4710;4820;4996;4774;5045;%(DisableSpecificWarnings)</DisableSpecificWarnings>
87+ <ConformanceMode>true</ConformanceMode>
8788 </ClCompile>
8889 <Link>
89- <AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
90+ <AdditionalDependencies>winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
9091 <GenerateDebugInformation>true</GenerateDebugInformation>
9192 <TargetMachine>MachineX86</TargetMachine>
9293 <ShowProgress>LinkVerbose</ShowProgress>
Show on old repository browser