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:
14
StormLib/sources
Normal file
14
StormLib/sources
Normal 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
|
||||
Reference in New Issue
Block a user