]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix VS fuzzer build configs
authorNick Terrell <terrelln@fb.com>
Fri, 27 Jan 2017 21:56:41 +0000 (13:56 -0800)
committerNick Terrell <terrelln@fb.com>
Fri, 27 Jan 2017 21:56:41 +0000 (13:56 -0800)
build/VS2005/fuzzer/fuzzer.vcproj
build/VS2008/fuzzer/fuzzer.vcproj
build/VS2010/fuzzer/fuzzer.vcxproj

index d6ec14d162b5de379662f5fa54b01a7ad2caefe7..c64c5037aad00f3fa87a49e97e9e92aa6b3d901a 100644 (file)
                                RelativePath="..\..\..\lib\common\entropy_common.c"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\lib\common\pool.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\..\lib\common\threading.c"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\lib\common\error_private.c"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\lib\compress\zstdmt_compress.c"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\lib\compress\fse_compress.c"
                                >
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                        >
+                       <File
+                               RelativePath="..\..\..\lib\common\pool.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\..\lib\common\threading.h"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\lib\common\bitstream.h"
                                >
                                RelativePath="..\..\..\lib\common\zstd_internal.h"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\lib\compress\zstdmt_compress.h"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\lib\compress\zstd_opt.h"
                                >
index f6912b8d9d2c523ad1d08b7ab125cb40b44a3d70..72540d2431cd669d886bf7be67f63185b9a93f06 100644 (file)
                                RelativePath="..\..\..\lib\dictBuilder\divsufsort.c"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\lib\common\pool.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\..\lib\common\threading.c"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\lib\common\entropy_common.c"
                                >
                                RelativePath="..\..\..\lib\common\zstd_common.c"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\lib\compress\zstdmt_compress.c"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\lib\compress\zstd_compress.c"
                                >
                                RelativePath="..\..\..\lib\dictBuilder\divsufsort.h"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\lib\common\pool.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\..\lib\common\threading.h"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\lib\common\error_private.h"
                                >
                                RelativePath="..\..\..\lib\common\zstd_internal.h"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\lib\compress\zstdmt_compress.h"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\lib\compress\zstd_opt.h"
                                >
index 623a9ca4337ebe6158475e8837fb116c8d5dd371..07ae508be321b42084d54db2634c55105966c5c8 100644 (file)
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
+    <ClCompile Include="..\..\..\lib\common\pool.c" />
+    <ClCompile Include="..\..\..\lib\common\threading.c" />
     <ClCompile Include="..\..\..\lib\common\entropy_common.c" />
     <ClCompile Include="..\..\..\lib\common\error_private.c" />
     <ClCompile Include="..\..\..\lib\common\fse_decompress.c" />
     <ClCompile Include="..\..\..\lib\compress\fse_compress.c" />
     <ClCompile Include="..\..\..\lib\compress\huf_compress.c" />
     <ClCompile Include="..\..\..\lib\compress\zstd_compress.c" />
+    <ClCompile Include="..\..\..\lib\compress\zstdmt_compress.c" />
     <ClCompile Include="..\..\..\lib\decompress\huf_decompress.c" />
     <ClCompile Include="..\..\..\lib\decompress\zstd_decompress.c" />
     <ClCompile Include="..\..\..\lib\dictBuilder\cover.c" />
     <ClCompile Include="..\..\..\tests\fuzzer.c" />
   </ItemGroup>
   <ItemGroup>
+    <ClCompile Include="..\..\..\lib\common\pool.h" />
+    <ClCompile Include="..\..\..\lib\common\threading.h" />
     <ClInclude Include="..\..\..\lib\common\fse.h" />
     <ClInclude Include="..\..\..\lib\common\huf.h" />
     <ClInclude Include="..\..\..\lib\common\xxhash.h" />
     <ClInclude Include="..\..\..\lib\common\zstd_errors.h" />
     <ClInclude Include="..\..\..\lib\zstd.h" />
     <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
+    <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" />
     <ClInclude Include="..\..\..\lib\dictBuilder\divsufsort.h" />
     <ClInclude Include="..\..\..\lib\dictBuilder\zdict.h" />
     <ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />