|
|
|
@ -56,12 +56,10 @@ |
|
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)../xbyak/;$(SolutionDir)../cybozulib/include;$(SolutionDir)../cybozulib_ext/mpir/include;$(SolutionDir)include</AdditionalIncludeDirectories> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Link> |
|
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
|
|
|
</Link> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
@ -73,7 +71,6 @@ |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)../xbyak/;$(SolutionDir)../cybozulib/include;$(SolutionDir)../cybozulib_ext/mpir/include;$(SolutionDir)include</AdditionalIncludeDirectories> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Link> |
|
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
|