A fork of https://github.com/iw4x/iw4x-client - Call of Duty: Modern Warfare 2 Client
Go to file
momo5502 23c7828506 Fix connect protocol.
Still needs some cleanup, but it's in an acceptable state.
Therefore issue is fixed!.
2016-01-04 13:05:42 +01:00
src Fix connect protocol. 2016-01-04 13:05:42 +01:00
.gitignore Ignore user scripts (user*.bat). 2015-12-31 02:44:34 +01:00
build.bat build.bat now accepts custom parameters, too! 2016-01-04 01:52:14 +01:00
generate.bat Use 2015. 2016-01-04 02:23:33 +01:00
premake5.exe Include premake. 2015-12-29 03:32:29 +01:00
premake5.lua premake5: Fix general configuration incl. post-build event. 2016-01-04 02:19:12 +01:00
README.md Update README.md. 2016-01-04 01:52:14 +01:00

IW4x

How to compile

  • Run premake5 vs2013 (build with VS2013) or premake5 vs2015 (with VS2015). We use VS2013 for compatibility reasons.
  • Build via solution file in build\iw4x.sln. (You can use the build.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).