A fork of https://github.com/iw4x/iw4x-client - Call of Duty: Modern Warfare 2 Client
Go to file
2016-09-15 21:09:40 +02:00
deps Update protoc and protobuf 2016-09-15 20:49:00 +02:00
jenkins Jenkinsfile: Attempt on unit testing on Linux. 2016-09-15 08:25:12 +02:00
premake Temporarily 2016-08-30 18:31:57 +02:00
src Merge remote-tracking branch 'origin/develop' into jenkins 2016-09-15 20:56:01 +02:00
tools Update protoc and protobuf 2016-09-15 20:49:00 +02:00
.gitignore
.gitmodules Ignore dirty module 2016-08-30 17:53:15 +02:00
build.bat
generate.bat
Jenkinsfile Jenkinsfile: Variable fixes and removal of useless ls line. 2016-09-15 21:09:40 +02:00
premake5.lua Switch to semantic versioning via Git with fallback to old version string format. 2016-08-31 00:03:25 +02:00
README.md Yay, new status badges! 2016-09-15 20:54:10 +02: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).