diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-05-25 21:36:25 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-05-25 21:36:25 -0700 |
commit | 42ed8b3bbffa93e8496a9b0c18d7aba94ebd414b (patch) | |
tree | 770760615b3f364c9e52ea2c5aafd01cb0a2bf1e /win32/project/Balau.vcxproj | |
parent | de29855e2e7d45835892dff4c87442ed93b638fe (diff) |
Splitting zlib out.
Diffstat (limited to 'win32/project/Balau.vcxproj')
-rw-r--r-- | win32/project/Balau.vcxproj | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/win32/project/Balau.vcxproj b/win32/project/Balau.vcxproj index deccd41..3487117 100644 --- a/win32/project/Balau.vcxproj +++ b/win32/project/Balau.vcxproj @@ -1640,16 +1640,6 @@ </ClCompile>
<ClCompile Include="..\regex\msvc-regex.c" />
<ClCompile Include="..\tomcrypt_aes_enc.c" />
- <ClCompile Include="..\zlib\adler32.c" />
- <ClCompile Include="..\zlib\crc32.c" />
- <ClCompile Include="..\zlib\deflate.c" />
- <ClCompile Include="..\zlib\infback.c" />
- <ClCompile Include="..\zlib\inffast.c" />
- <ClCompile Include="..\zlib\inflate.c" />
- <ClCompile Include="..\zlib\inftrees.c" />
- <ClCompile Include="..\zlib\trees.c" />
- <ClCompile Include="..\zlib\uncompr.c" />
- <ClCompile Include="..\zlib\zutil.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\includes\Async.h" />
@@ -1910,16 +1900,6 @@ <ClInclude Include="..\pthreads-win32\sched.h" />
<ClInclude Include="..\pthreads-win32\semaphore.h" />
<ClInclude Include="..\regex\regex.h" />
- <ClInclude Include="..\zlib\crc32.h" />
- <ClInclude Include="..\zlib\deflate.h" />
- <ClInclude Include="..\zlib\inffast.h" />
- <ClInclude Include="..\zlib\inffixed.h" />
- <ClInclude Include="..\zlib\inflate.h" />
- <ClInclude Include="..\zlib\inftrees.h" />
- <ClInclude Include="..\zlib\trees.h" />
- <ClInclude Include="..\zlib\zconf.h" />
- <ClInclude Include="..\zlib\zlib.h" />
- <ClInclude Include="..\zlib\zutil.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\jsoncpp\src\json_internalarray.inl">
|