diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-07 13:04:43 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-07 13:04:43 (GMT) |
commit | 7a98db266bce656ee64bd3cfedf796921c154f90 (patch) | |
tree | 66a598160d5ee6080cf4c4eeb8dd1acfcdf768de /visual/VS2010/lz4 | |
parent | 4b29af350c82a67a82736b08a8be95f61b0f38cc (diff) | |
download | lz4-7a98db266bce656ee64bd3cfedf796921c154f90.zip lz4-7a98db266bce656ee64bd3cfedf796921c154f90.tar.gz lz4-7a98db266bce656ee64bd3cfedf796921c154f90.tar.bz2 |
added datagen.c to lz4.vcxproj
Diffstat (limited to 'visual/VS2010/lz4')
-rw-r--r-- | visual/VS2010/lz4/lz4.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/visual/VS2010/lz4/lz4.vcxproj b/visual/VS2010/lz4/lz4.vcxproj index 4684043..d12ae65 100644 --- a/visual/VS2010/lz4/lz4.vcxproj +++ b/visual/VS2010/lz4/lz4.vcxproj @@ -157,6 +157,7 @@ <ClInclude Include="..\..\..\lib\lz4frame_static.h" /> <ClInclude Include="..\..\..\lib\lz4hc.h" /> <ClInclude Include="..\..\..\lib\xxhash.h" /> + <ClInclude Include="..\..\..\programs\datagen.h" /> <ClInclude Include="..\..\..\programs\bench.h" /> <ClInclude Include="..\..\..\programs\lz4io.h" /> </ItemGroup> @@ -165,6 +166,7 @@ <ClCompile Include="..\..\..\lib\lz4frame.c" /> <ClCompile Include="..\..\..\lib\lz4hc.c" /> <ClCompile Include="..\..\..\lib\xxhash.c" /> + <ClCompile Include="..\..\..\programs\datagen.c" /> <ClCompile Include="..\..\..\programs\bench.c" /> <ClCompile Include="..\..\..\programs\lz4cli.c" /> <ClCompile Include="..\..\..\programs\lz4io.c" /> |