EgtInterface :

- ricompilazione.
This commit is contained in:
Dario Sassi
2019-05-20 06:50:00 +00:00
parent 521c2229af
commit 12b363e25c
2 changed files with 7 additions and 11 deletions
-4
View File
@@ -13,9 +13,5 @@
#pragma once
//-----------------------------------------------------------------------------
#include "/EgtDev/Include/EGkGdbConst.h"
#include "/EgtDev/Include/EGkPoint3d.h"
//-----------------------------------------------------------------------------
#define VEC_FROM_3D( D, S) { (D)[0] = (S).x ; (D)[1] = (S).y ; (D)[2] = (S).z ; }
+7 -7
View File
@@ -211,13 +211,6 @@ copy $(TargetPath) \EgtProg\Dll64</Command>
<PreprocessorDefinitions>_UNICODE;UNICODE;NDEBUG;NDEB64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\Include\EInAPI.h" />
<ClInclude Include="..\Include\EInDllMain.h" />
<ClInclude Include="API.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="stdafx.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="API_GdbCreateCurve.cpp" />
<ClCompile Include="API_GdbCreateSurf.cpp" />
@@ -255,6 +248,13 @@ copy $(TargetPath) \EgtProg\Dll64</Command>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Include\EInAPI.h" />
<ClInclude Include="..\Include\EInDllMain.h" />
<ClInclude Include="API.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="stdafx.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="EgtInterface.rc" />
</ItemGroup>