Wiki - 7zip

GIT Stuff

Bugs and Features

Building and installing:
  • Build using Visual Studio 2013

Right click on solution -> Properties
Add the following to the NMake "Build Command Line":

nmake NEW_COMPILER=1 MY_STATIC_LINK=1 -f sMakefile

Add the following to the NMake "Clean Command Line":

nmake -f sMakefile clean