Added StormLib, nlohmann, BinaryTools and CLI11

This commit is contained in:
KiritoDv
2023-08-17 00:35:58 -06:00
commit 6fd8e5ee43
385 changed files with 134476 additions and 0 deletions
+14
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