Replaced StormLib .lib files with source code.

Some modifications to handle backslashes and forward slashes, along with some optimizations to speed up OTR generation.
This commit is contained in:
Nicholas Estelami 2022-06-01 16:05:05 -04:00
commit b3e299dbde
378 changed files with 93684 additions and 29 deletions

14
StormLib/sources Normal file
View file

@ -0,0 +1,14 @@
TARGETNAME=StormLibWDK
TARGETTYPE=LIBRARY
USE_MSVCRT=1
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DWDK_BUILD
SOURCES=sources-cpp.cpp \
sources-wdk-bzip2.c \
sources-wdk-ltc.c \
sources-wdk-lzma.c \
sources-wdk-misc.c \
sources-wdk-tomcrypt.c \
sources-wdk-tommath.c \
sources-wdk-zlib.c