Fixed references in visual_studio_cpp exaple
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <strsafe.h>
|
#include <strsafe.h>
|
||||||
|
|
||||||
#include "C:\msys\home\ZeroTier\libzt\include\libzt.h"
|
#include "..\..\..\..\include\libzt.h"
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -155,10 +155,7 @@
|
|||||||
<ClCompile Include="stdafx.cpp" />
|
<ClCompile Include="stdafx.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\..\..\..\..\..\..\msys\home\ZeroTier\libzt\libzt.dll" />
|
<Library Include="..\..\..\..\build\mingw32_nt-6.2\libzt.lib" />
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Library Include="..\..\..\..\..\..\..\msys\home\ZeroTier\libzt\libzt.lib" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
|||||||
@@ -37,9 +37,6 @@
|
|||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\..\..\..\..\..\..\msys\home\ZeroTier\libzt\libzt.dll" />
|
<Library Include="..\..\..\..\build\mingw32_nt-6.2\libzt.lib" />
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Library Include="..\..\..\..\..\..\..\msys\home\ZeroTier\libzt\libzt.lib" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user