]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fix Visual Studio solutions
authorYann Collet <cyan@fb.com>
Mon, 29 Jan 2024 23:24:42 +0000 (15:24 -0800)
committerYann Collet <cyan@fb.com>
Mon, 29 Jan 2024 23:24:42 +0000 (15:24 -0800)
note: we probably don't want to maintain VS2008 solution anymore.
Its successor VS2010 is > 10 years old,
which is more or less the limit after which we can stop supporting old compilers.

build/VS2008/zstd/zstd.vcproj
build/VS2010/zstd/zstd.vcxproj

index 91f2bda536c436a93945b3dbf1551d7ecff57540..de1501d205630bda0bbf2c2681aa28e068e3c9e5 100644 (file)
                                RelativePath="..\..\..\programs\dibio.c"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\programs\lorem.c"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\..\lib\dictBuilder\cover.c"
                                >
index 5e1bced6fd417add6285379580aa60c515cbfdf8..5a5237f0e487badf334d2fb589f30ba729093721 100644 (file)
@@ -63,6 +63,7 @@
     <ClCompile Include="..\..\..\programs\dibio.c" />
     <ClCompile Include="..\..\..\programs\fileio.c" />
     <ClCompile Include="..\..\..\programs\fileio_asyncio.c" />
+    <ClCompile Include="..\..\..\programs\lorem.c" />
     <ClCompile Include="..\..\..\programs\zstdcli.c" />
     <ClCompile Include="..\..\..\programs\zstdcli_trace.c" />
   </ItemGroup>