mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
a6392b9e74
Solution: Modified projects to create PDB file for RELEASE targets - also spread precompiled settings to all DevStudio solution versions This change affects Windows builds only |
||
---|---|---|
.. | ||
build | ||
properties | ||
vs2008 | ||
vs2010 | ||
vs2012 | ||
vs2013 | ||
vs2015 | ||
configure.bat | ||
errno.cpp | ||
errno.hpp | ||
Makefile.am | ||
platform.hpp | ||
readme.txt | ||
resource.h | ||
resource.rc |
Visual Studio product and C++ compiler Versions: Visual C++ 2008 => Visual C++ 9 Visual C++ 2010 => Visual C++ 10 Visual C++ 2012 => Visual C++ 11 Visual C++ 2013 => Visual C++ 12 Visual C++ 2015 => Visual C++ 14 Note that solution file icons reflect the compiler version ([9], [10], [11], [12], [14]), not the product version. The vs2015/vs2013/vs2012/vs2010 solution and project files differ only in versioning. More info here: http://en.wikipedia.org/wiki/Visual_C%2B%2B For building Windows, use the buildall.bat script in this directory. It requires that the CMD.EXE be created using the DevStudio Tools link to create a CMD.EXE windo. If multiple DevStudio versions are installed on the machine, you can run buildall.bat on separate windows that each were created by the desired DevStudio target. If you prefer to build all versions (or several) at the same time, you should uncomment the specific version desired in buildall.bat to build them from a single window.