Skip to content

Commit e405c7a

Browse files
committed
updated visual projects
1 parent 6f2f142 commit e405c7a

File tree

14 files changed

+56
-13
lines changed

14 files changed

+56
-13
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ clean:
5151
@echo Cleaning completed
5252

5353

54-
#----------------------------------------------------------------------------------
55-
#make install is validated only for Linux, OSX, kFreeBSD, Hurd and some BSD targets
56-
#----------------------------------------------------------------------------------
54+
#------------------------------------------------------------------------------
55+
# make install is validated only for Linux, OSX, Hurd and some BSD targets
56+
#------------------------------------------------------------------------------
5757
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly NetBSD))
5858
HOST_OS = POSIX
5959
install:

NEWS

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v1.1.1
2+
13
v1.1.0
24
New : contrib/pzstd, parallel version of zstd, by Nick Terrell
35
added : NetBSD install target (#338)

build/VS2005/fullbench/fullbench.vcproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@
335335
RelativePath="..\..\..\lib\common\entropy_common.c"
336336
>
337337
</File>
338+
<File
339+
RelativePath="..\..\..\lib\common\error_private.c"
340+
>
341+
</File>
338342
<File
339343
RelativePath="..\..\..\lib\compress\fse_compress.c"
340344
>
@@ -394,7 +398,7 @@
394398
>
395399
</File>
396400
<File
397-
RelativePath="..\..\..\lib\common\error_public.h"
401+
RelativePath="..\..\..\lib\common\zstd_errors.h"
398402
>
399403
</File>
400404
<File

build/VS2005/fuzzer/fuzzer.vcproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,10 @@
339339
RelativePath="..\..\..\lib\common\entropy_common.c"
340340
>
341341
</File>
342+
<File
343+
RelativePath="..\..\..\lib\common\error_private.c"
344+
>
345+
</File>
342346
<File
343347
RelativePath="..\..\..\lib\compress\fse_compress.c"
344348
>
@@ -398,7 +402,7 @@
398402
>
399403
</File>
400404
<File
401-
RelativePath="..\..\..\lib\common\error_public.h"
405+
RelativePath="..\..\..\lib\common\zstd_errors.h"
402406
>
403407
</File>
404408
<File

build/VS2005/zstd/zstd.vcproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@
351351
RelativePath="..\..\..\lib\common\entropy_common.c"
352352
>
353353
</File>
354+
<File
355+
RelativePath="..\..\..\lib\common\error_private.c"
356+
>
357+
</File>
354358
<File
355359
RelativePath="..\..\..\programs\fileio.c"
356360
>
@@ -450,7 +454,7 @@
450454
>
451455
</File>
452456
<File
453-
RelativePath="..\..\..\lib\common\error_public.h"
457+
RelativePath="..\..\..\lib\common\zstd_errors.h"
454458
>
455459
</File>
456460
<File

build/VS2005/zstdlib/zstdlib.vcproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@
335335
RelativePath="..\..\..\lib\common\entropy_common.c"
336336
>
337337
</File>
338+
<File
339+
RelativePath="..\..\..\lib\common\error_private.c"
340+
>
341+
</File>
338342
<File
339343
RelativePath="..\..\..\lib\compress\fse_compress.c"
340344
>
@@ -426,7 +430,7 @@
426430
>
427431
</File>
428432
<File
429-
RelativePath="..\..\..\lib\common\error_public.h"
433+
RelativePath="..\..\..\lib\common\zstd_errors.h"
430434
>
431435
</File>
432436
<File

build/VS2008/fullbench/fullbench.vcproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,10 @@
336336
RelativePath="..\..\..\lib\common\entropy_common.c"
337337
>
338338
</File>
339+
<File
340+
RelativePath="..\..\..\lib\common\error_private.c"
341+
>
342+
</File>
339343
<File
340344
RelativePath="..\..\..\lib\compress\fse_compress.c"
341345
>
@@ -395,7 +399,7 @@
395399
>
396400
</File>
397401
<File
398-
RelativePath="..\..\..\lib\common\error_public.h"
402+
RelativePath="..\..\..\lib\common\zstd_errors.h"
399403
>
400404
</File>
401405
<File

build/VS2008/fuzzer/fuzzer.vcproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@
340340
RelativePath="..\..\..\lib\common\entropy_common.c"
341341
>
342342
</File>
343+
<File
344+
RelativePath="..\..\..\lib\common\error_private.c"
345+
>
346+
</File>
343347
<File
344348
RelativePath="..\..\..\lib\compress\fse_compress.c"
345349
>
@@ -399,7 +403,7 @@
399403
>
400404
</File>
401405
<File
402-
RelativePath="..\..\..\lib\common\error_public.h"
406+
RelativePath="..\..\..\lib\common\zstd_errors.h"
403407
>
404408
</File>
405409
<File

build/VS2008/zstd/zstd.vcproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,10 @@
352352
RelativePath="..\..\..\lib\common\entropy_common.c"
353353
>
354354
</File>
355+
<File
356+
RelativePath="..\..\..\lib\common\error_private.c"
357+
>
358+
</File>
355359
<File
356360
RelativePath="..\..\..\programs\fileio.c"
357361
>
@@ -451,7 +455,7 @@
451455
>
452456
</File>
453457
<File
454-
RelativePath="..\..\..\lib\common\error_public.h"
458+
RelativePath="..\..\..\lib\common\zstd_errors.h"
455459
>
456460
</File>
457461
<File

build/VS2008/zstdlib/zstdlib.vcproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,10 @@
336336
RelativePath="..\..\..\lib\common\entropy_common.c"
337337
>
338338
</File>
339+
<File
340+
RelativePath="..\..\..\lib\common\error_private.c"
341+
>
342+
</File>
339343
<File
340344
RelativePath="..\..\..\lib\compress\fse_compress.c"
341345
>
@@ -427,7 +431,7 @@
427431
>
428432
</File>
429433
<File
430-
RelativePath="..\..\..\lib\common\error_public.h"
434+
RelativePath="..\..\..\lib\common\zstd_errors.h"
431435
>
432436
</File>
433437
<File

build/VS2010/fullbench/fullbench.vcxproj

+2
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
<ItemGroup>
159159
<ClCompile Include="..\..\..\lib\common\entropy_common.c" />
160160
<ClCompile Include="..\..\..\lib\common\zstd_common.c" />
161+
<ClCompile Include="..\..\..\lib\common\error_private.c" />
161162
<ClCompile Include="..\..\..\lib\common\xxhash.c" />
162163
<ClCompile Include="..\..\..\lib\common\fse_decompress.c" />
163164
<ClCompile Include="..\..\..\lib\compress\fse_compress.c" />
@@ -175,6 +176,7 @@
175176
<ClInclude Include="..\..\..\lib\common\huf.h" />
176177
<ClInclude Include="..\..\..\lib\common\xxhash.h" />
177178
<ClInclude Include="..\..\..\lib\common\zbuff.h" />
179+
<ClInclude Include="..\..\..\lib\common\zstd_errors.h" />
178180
<ClInclude Include="..\..\..\lib\zstd.h" />
179181
<ClInclude Include="..\..\..\lib\common\zstd_internal.h" />
180182
<ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />

build/VS2010/fuzzer/fuzzer.vcxproj

+2
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
</ItemDefinitionGroup>
158158
<ItemGroup>
159159
<ClCompile Include="..\..\..\lib\common\entropy_common.c" />
160+
<ClCompile Include="..\..\..\lib\common\error_private.c" />
160161
<ClCompile Include="..\..\..\lib\common\fse_decompress.c" />
161162
<ClCompile Include="..\..\..\lib\common\xxhash.c" />
162163
<ClCompile Include="..\..\..\lib\common\zstd_common.c" />
@@ -176,6 +177,7 @@
176177
<ClInclude Include="..\..\..\lib\common\xxhash.h" />
177178
<ClInclude Include="..\..\..\lib\common\zbuff.h" />
178179
<ClInclude Include="..\..\..\lib\common\zstd_internal.h" />
180+
<ClInclude Include="..\..\..\lib\common\zstd_errors.h" />
179181
<ClInclude Include="..\..\..\lib\zstd.h" />
180182
<ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
181183
<ClInclude Include="..\..\..\lib\dictBuilder\divsufsort.h" />

build/VS2010/zstd/zstd.vcxproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</ItemGroup>
2121
<ItemGroup>
2222
<ClCompile Include="..\..\..\lib\common\entropy_common.c" />
23+
<ClCompile Include="..\..\..\lib\common\error_private.c" />
2324
<ClCompile Include="..\..\..\lib\common\xxhash.c" />
2425
<ClCompile Include="..\..\..\lib\common\zstd_common.c" />
2526
<ClCompile Include="..\..\..\lib\common\fse_decompress.c" />
@@ -54,6 +55,7 @@
5455
<ClInclude Include="..\..\..\lib\common\zbuff.h" />
5556
<ClInclude Include="..\..\..\lib\zstd.h" />
5657
<ClInclude Include="..\..\..\lib\common\zstd_internal.h" />
58+
<ClInclude Include="..\..\..\lib\common\zstd_errors.h" />
5759
<ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
5860
<ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
5961
<ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
@@ -220,4 +222,4 @@
220222
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
221223
<ImportGroup Label="ExtensionTargets">
222224
</ImportGroup>
223-
</Project>
225+
</Project>

build/VS2010/zstdlib/zstdlib.vcxproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</ItemGroup>
2121
<ItemGroup>
2222
<ClCompile Include="..\..\..\lib\common\entropy_common.c" />
23+
<ClCompile Include="..\..\..\lib\common\error_private.c" />
2324
<ClCompile Include="..\..\..\lib\common\xxhash.c" />
2425
<ClCompile Include="..\..\..\lib\common\zstd_common.c" />
2526
<ClCompile Include="..\..\..\lib\common\fse_decompress.c" />
@@ -39,9 +40,11 @@
3940
<ClCompile Include="..\..\..\lib\legacy\zstd_v05.c" />
4041
<ClCompile Include="..\..\..\lib\legacy\zstd_v06.c" />
4142
<ClCompile Include="..\..\..\lib\legacy\zstd_v07.c" />
43+
</ItemGroup>
44+
<ItemGroup>
4245
<ClInclude Include="..\..\..\lib\common\bitstream.h" />
4346
<ClInclude Include="..\..\..\lib\common\error_private.h" />
44-
<ClInclude Include="..\..\..\lib\common\error_public.h" />
47+
<ClInclude Include="..\..\..\lib\common\zstd_errors.h" />
4548
<ClInclude Include="..\..\..\lib\common\mem.h" />
4649
<ClInclude Include="..\..\..\lib\common\fse.h" />
4750
<ClInclude Include="..\..\..\lib\common\huf.h" />

0 commit comments

Comments
 (0)