diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-05-11 06:56:25 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2020-05-11 06:56:25 +0200 |
commit | 9a17c626510d78fb91b8f69fc52b57c5381b0dea (patch) | |
tree | eb0a930811dc15c53d588994da609906c7d01435 /src/wdk/sources-wdk-misc.c | |
parent | 6065d16ba99f40011c494a31a8f65b7edd15025e (diff) |
Added WDK build
Diffstat (limited to 'src/wdk/sources-wdk-misc.c')
-rw-r--r-- | src/wdk/sources-wdk-misc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wdk/sources-wdk-misc.c b/src/wdk/sources-wdk-misc.c new file mode 100644 index 0000000..d1c36f0 --- /dev/null +++ b/src/wdk/sources-wdk-misc.c @@ -0,0 +1,6 @@ +// This is a source file for WDK build of StormLib +// It is copied to the root folder during the build process + +#include "src\jenkins\lookup3.c" +#include "src\pklib\explode.c" +#include "src\pklib\implode.c" |