A fork of https://github.com/iw4x/iw4x-client - Call of Duty: Modern Warfare 2 Client
Go to file
/dev/urandom 6b65a4d521
Fix earlier changes to FILEVERSION and PRODUCTVERSION.
Use the VERSION define again, it caused an error in an earlier commit where the Resource file could not always be opened properly. But with all the current changes it should be back working just fine.
2016-03-15 01:18:10 +01:00
deps Scoreboard stuff 2016-03-14 18:29:45 +01:00
src Fix earlier changes to FILEVERSION and PRODUCTVERSION. 2016-03-15 01:18:10 +01:00
tools More bugfixes 2016-02-13 14:03:23 +01:00
.gitignore gitignore: Rewrite and ignore more files as a consequence to the new Resource file. 2016-03-15 01:11:02 +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 premake: Fix for VS IDE to open Resource.rc. 2016-03-15 01:07:18 +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).