EgtNumKernel 2.1a1 :

- ricompilata con VS 2017 (x32 come VS2013_XP, x64 come VS2017).
This commit is contained in:
Dario Sassi
2019-01-16 17:47:33 +00:00
parent 32263be0bf
commit 56d36a4de7
3 changed files with 6 additions and 5 deletions
BIN
View File
Binary file not shown.
+3 -2
View File
@@ -22,6 +22,7 @@
<ProjectGuid>{E47BBFD0-36EA-4EC1-9D6D-B05CA9C092C6}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>EgtNumKernel</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -34,7 +35,7 @@
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v120_xp</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -48,7 +49,7 @@
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v120_xp</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
+3 -3
View File
@@ -7,10 +7,10 @@
#include "/EgtDev/Include/EgtTargetVer.h"
#include <stdio.h>
#include <cstdio>
#include <tchar.h>
#include <float.h>
#include <math.h>
#include <cfloat>
#include <cmath>
// in Debug riconoscimento memory leakage
#if defined( _DEBUG)