diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-12 21:25:36 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-12 21:25:36 -0400 |
| commit | d6414c9ff74e3f8076a1e94d3c6074366119900e (patch) | |
| tree | b0620f1f1610b51b386964d6758b5787b6cb7d6f /ZeroTierOne.vcxproj | |
| parent | 5076c75b079fe02c843ca85dc20821e468b2d7b8 (diff) | |
| download | infinitytier-d6414c9ff74e3f8076a1e94d3c6074366119900e.tar.gz infinitytier-d6414c9ff74e3f8076a1e94d3c6074366119900e.zip | |
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
Diffstat (limited to 'ZeroTierOne.vcxproj')
| -rw-r--r-- | ZeroTierOne.vcxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ZeroTierOne.vcxproj b/ZeroTierOne.vcxproj index 866c9d50..35dd52ed 100644 --- a/ZeroTierOne.vcxproj +++ b/ZeroTierOne.vcxproj @@ -46,10 +46,7 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="ext\kissdb\kissdb.c" /> - <ClCompile Include="ext\lz4\bench.c" /> - <ClCompile Include="ext\lz4\fuzzer.c" /> <ClCompile Include="ext\lz4\lz4.c" /> - <ClCompile Include="ext\lz4\lz4demo.c" /> <ClCompile Include="ext\lz4\lz4hc.c" /> <ClCompile Include="node\Defaults.cpp" /> <ClCompile Include="node\Demarc.cpp" /> @@ -151,7 +148,6 @@ <ClInclude Include="ext\bin\libcrypto\include\openssl\x509v3.h" /> <ClInclude Include="ext\bin\libcrypto\include\openssl\x509_vfy.h" /> <ClInclude Include="ext\kissdb\kissdb.h" /> - <ClInclude Include="ext\lz4\bench.h" /> <ClInclude Include="ext\lz4\lz4.h" /> <ClInclude Include="ext\lz4\lz4hc.h" /> <ClInclude Include="node\Address.hpp" /> |
