Skip to content

Commit

Permalink
更新strormlib
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Jul 13, 2020
1 parent 69c3582 commit 0349498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 3rd/stormlib
Submodule stormlib updated 46 files
+0 −297 Makefile.linux
+0 −278 Makefile.mac
+0 −25 Publish_beta.bat
+0 −23 StormLib.bat
+16 −16 StormLib_vs08.vcproj
+0 −162 StormLib_vs15.sln
+0 −932 StormLib_vs15.vcxproj
+0 −830 StormLib_vs15.vcxproj.filters
+0 −530 StormLib_vs15_dll.vcxproj
+0 −838 StormLib_vs15_dll.vcxproj.filters
+0 −542 StormLib_vs15_test.vcxproj
+0 −839 StormLib_vs15_test.vcxproj.filters
+44 −0 StormLib_vs17.bat
+327 −74 StormLib_vs17.vcxproj
+10 −7 StormLib_vs17_dll.vcxproj
+14 −7 StormLib_vs17_test.vcxproj
+0 −2 make-msvc.bat
+46 −0 make.bat
+0 −298 makefile.w32
+14 −0 sources
+91 −31 src/FileStream.cpp
+1 −1 src/SFileListFile.cpp
+24 −23 src/SFileOpenFileEx.cpp
+27 −25 src/StormLib.h
+5 −0 src/StormPort.h
+0 −358 src/adpcm/adpcm_old.cpp
+0 −22 src/adpcm/adpcm_old.h
+1 −1 src/libtomcrypt/src/headers/tomcrypt_cfg.h
+6 −6 src/libtomcrypt/src/misc/crypt_libc.c
+2 −2 src/libtomcrypt/src/pk/asn1/der_encode_set.c
+2 −2 src/libtomcrypt/src/pk/asn1/der_encode_setof.c
+9 −9 src/pklib/explode.c
+0 −90 src/pklib/implode.c
+13 −1 src/pklib/pklib.h
+26 −0 src/wdk/sources-cpp.cpp
+13 −0 src/wdk/sources-wdk-bzip2.c
+4 −0 src/wdk/sources-wdk-ltc.c
+8 −0 src/wdk/sources-wdk-lzma.c
+6 −0 src/wdk/sources-wdk-misc.c
+82 −0 src/wdk/sources-wdk-tomcrypt.c
+124 −0 src/wdk/sources-wdk-tommath.c
+21 −0 src/wdk/sources-wdk-zlib.c
+218 −0 src/zlib/gzguts.h
+12 −4 src/zlib/inflate.h
+5 −0 src/zlib/inftrees.h
+6 −15 test/StormTest.cpp
1 change: 1 addition & 0 deletions make.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ lm:shared_library 'stormlib' {
'!stormlib/src/adpcm/adpcm_old.cpp',
'!stormlib/src/zlib/compress.c',
'!stormlib/src/pklib/crc32.c',
'!stormlib/src/wdk/*',
},
defines = {
'_UNICODE',
Expand Down

0 comments on commit 0349498

Please sign in to comment.