A fork of https://github.com/iw4x/iw4x-client - Call of Duty: Modern Warfare 2 Client
Go to file
momo5502 07934e9216 Update musical talent
TODO: Find a good song. The old ones are annoying
2016-03-10 11:49:53 +01:00
deps Update protobuf 2016-03-09 18:57:39 +01:00
src Update musical talent 2016-03-10 11:49:53 +01:00
tools More bugfixes 2016-02-13 14:03:23 +01:00
.gitignore Ignore user scripts (user*.bat). 2015-12-31 02:44:34 +01:00
.gitmodules Update pdcurses. 2016-02-21 15:18:52 +01:00
build.bat Update buildscript 2016-03-04 20:50:43 +01:00
generate.bat Update generate script 2016-03-04 20:53:57 +01:00
premake5.lua Some more authentication stuff. 2016-02-22 13:37:13 +01:00
README.md added logo 2016-03-08 23:59:03 +01:00

IW4x: Client

How to compile

  • Run premake5 vs2015 or use the delivered generate.bat.
  • 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).