EgtInterface :
- ricompilazione.
This commit is contained in:
@@ -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 ; }
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user