diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-02-02 09:16:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 09:16:17 +0100 |
commit | 9beaed54cd6ef17ba3e0209233a29bd74184de6f (patch) | |
tree | ed61bc3a7c30bfe07756eba87930a1045c81cc28 /src/LibTomMathDesc.c | |
parent | 999ee276cfd7420abaf7566932b591677aff184f (diff) | |
parent | 42b4a8f73d24ec0e73b1d886da11b4f4634b6ab6 (diff) |
Merge pull request #282 from ladislav-zezula/LZ_ReduceBuildTime
Reduced build time in Windows
Diffstat (limited to 'src/LibTomMathDesc.c')
-rw-r--r-- | src/LibTomMathDesc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LibTomMathDesc.c b/src/LibTomMathDesc.c new file mode 100644 index 0000000..0d2fb3a --- /dev/null +++ b/src/LibTomMathDesc.c @@ -0,0 +1,4 @@ +// This is a source file for WDK build of StormLib +// It is copied to the root folder during the build process + +#include "libtomcrypt/src/math/ltm_desc.c" |