A fork of https://github.com/iw4x/iw4x-client - Call of Duty: Modern Warfare 2 Client
Go to file
2016-01-04 00:00:07 +01:00
src Some discovery stuff. 2016-01-04 00:00:07 +01:00
.gitignore Ignore user scripts (user*.bat). 2015-12-31 02:44:34 +01:00
generate.bat Generation batch. 2015-12-29 03:45:17 +01:00
premake5.exe Include premake. 2015-12-29 03:32:29 +01:00
premake5.lua premake5: Fix typo. 2016-01-03 14:57:24 +01:00
README.md Add README.md. 2015-12-31 04:12:54 +01:00

IW4x

How to compile

  • Run premake5 vs2015 (build with VS2015) or premake5 vs2013 (with VS2013).
  • Build via solution file in build\iw4x.sln.

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).