A fork of https://github.com/iw4x/iw4x-client - Call of Duty: Modern Warfare 2 Client
1b56bd2049
Update libtomcrypt to https://github.com/libtom/libtomcrypt/commit/de15a6fad94a1… …d6d05a197bd409adbec084fac2b. This is mainly with focus on issues with the ECC code. One of these issues is a "possible overflow in ecc_ansi_x963_export" (https://github.com/libtom/libtomcrypt/issues/58). Other than that all changes are minimal, only one new compile flag had to be added to get around a compiler incompatibility case for LTC_FAST (we're not working with GNU compilers here) and the code will fully compile. |
||
---|---|---|
deps | ||
src | ||
tools | ||
.gitignore | ||
.gitmodules | ||
build.bat | ||
generate.bat | ||
premake5.lua | ||
README.md |
IW4x
How to compile
- Run
premake5 vs2015
or use the deliveredgenerate.bat
. - Build via solution file in
build\iw4x.sln
. (You can use thebuild.bat
script to do it quick and easy.)
Premake arguments
--copy-to=PATH
- Optional, copy the DLL to a custom folder after build, define the path here if wanted.--no-new-structure
- Do not use new virtual path structure (separating headers and source files).