aboutsummaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2020-05-11 06:56:25 +0200
committerLadislav Zezula <zezula@volny.cz>2020-05-11 06:56:25 +0200
commit9a17c626510d78fb91b8f69fc52b57c5381b0dea (patch)
treeeb0a930811dc15c53d588994da609906c7d01435 /sources
parent6065d16ba99f40011c494a31a8f65b7edd15025e (diff)
Added WDK build
Diffstat (limited to 'sources')
-rw-r--r--sources14
1 files changed, 14 insertions, 0 deletions
diff --git a/sources b/sources
new file mode 100644
index 0000000..eaa49ad
--- /dev/null
+++ b/sources
@@ -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