Author: cnauroth
Date: Mon Oct 14 23:31:08 2013
New Revision: 1532136
URL: http://svn.apache.org/r1532136
Log:
HADOOP-10040. Correct native.vcxproj for inclusion of lz4hc.c. Contributed by
Chris Nauroth.
Modified:
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj
Modified:
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj?rev=1532136&r1=1532135&r2=1532136&view=diff
==============================================================================
---
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj
(original)
+++
hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/native/native.vcxproj
Mon Oct 14 23:31:08 2013
@@ -93,6 +93,7 @@
<AdditionalOptions>/D
HADOOP_SNAPPY_LIBRARY=L\"snappy.dll\"</AdditionalOptions>
</ClCompile>
<ClCompile Include="src\org\apache\hadoop\io\compress\lz4\lz4.c" />
+ <ClCompile Include="src\org\apache\hadoop\io\compress\lz4\lz4hc.c" />
<ClCompile Include="src\org\apache\hadoop\io\compress\lz4\Lz4Compressor.c"
/>
<ClCompile
Include="src\org\apache\hadoop\io\compress\lz4\Lz4Decompressor.c" />
<ClCompile Include="src\org\apache\hadoop\io\nativeio\file_descriptor.c" />