Mercurial > hg > early-roguelike
diff arogue7/arogue7.vcxproj @ 247:23d2e2bf812f
Enable the logfile on 64-bit Windows.
It seems to work without any problems.
One use of a non-portable function was corrected in the process.
author | John "Elwin" Edwards |
---|---|
date | Tue, 17 May 2016 21:28:34 -0400 |
parents | 4146e2a06bc1 |
children |
line wrap: on
line diff
--- a/arogue7/arogue7.vcxproj Sun May 15 19:04:46 2016 -0400 +++ b/arogue7/arogue7.vcxproj Tue May 17 21:28:34 2016 -0400 @@ -88,7 +88,7 @@ <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <SDLCheck>true</SDLCheck> - <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SCOREFILE="arogue7.scr";SAVEDIR=".";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SCOREFILE="arogue7.scr";LOGFILE="arogue7.log";SAVEDIR=".";%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>..\pdcurses</AdditionalIncludeDirectories> </ClCompile> <Link> @@ -122,7 +122,7 @@ <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <SDLCheck>true</SDLCheck> - <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SCOREFILE="arogue7.scr";SAVEDIR=".";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SCOREFILE="arogue7.scr";LOGFILE="arogue7.log";SAVEDIR=".";%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>..\pdcurses</AdditionalIncludeDirectories> </ClCompile> <Link>