libzmq/builds/msvc
chuggafan 7913e96271 I have added msys building, license stuff (#2387)
(msys building is buggy, please be aware, it fails to compile on my
machine) also I modified the buildall.bat/buildbase.bat to use correct
MSVC versions instead of "visual studio 2017"
2017-03-19 22:38:43 +00:00
..
build I have added msys building, license stuff (#2387) 2017-03-19 22:38:43 +00:00
properties Problem: vc common props have platform specific conditions. 2016-05-12 03:36:39 -07:00
vs2008 Problem: FD_SETSIZE not set to 16k for all build definitions 2016-06-13 09:42:54 +01:00
vs2010 Problem: unresolved dgram externals in msvc builds. 2016-05-18 12:25:51 -07:00
vs2012 Merge branch 'master' of github.com:zeromq/libzmq 2016-10-10 11:02:32 +02:00
vs2013 Problem: unresolved dgram externals in msvc builds. 2016-05-18 12:25:51 -07:00
vs2015 Fixed lib and dll paths in visual studio build (#2375) 2017-03-19 16:50:33 +00:00
vs2015_xp MSVC 2015 project for compile libzmq.dll in WinXP compatible mode 2016-11-02 15:51:58 +05:00
vs2017 Build support for VS2017, Windows SDK 10.0.14393.0, toolset v141 2016-12-09 09:21:11 +01:00
.gitignore Add .gitignore for Visual Studio builds in the 'builds/msvc' folder 2016-03-31 14:51:36 +01:00
errno.cpp Reorganize and clean up visual studio build configurations. 2014-03-29 23:13:00 -07:00
errno.hpp Windows CE support : uncommenting #define EACCES needed 2013-02-19 18:55:01 +01:00
Makefile.am Problem: tab characters are poor for source readability. 2016-05-13 03:25:30 -07:00
platform.hpp Problem: typo in platform.hpp comment. 2016-05-13 02:30:37 -07:00
readme.txt I have added msys building, license stuff (#2387) 2017-03-19 22:38:43 +00:00
resource.h Rename VS version resource file. 2014-05-06 15:21:29 -07:00
resource.rc Problem: mo current nuget package. 2016-05-13 02:24:45 -07:00

For building on Windows, use:

     cd build
     ./build.bat

This requires that the CMD.EXE be created using the DevStudio Tools link to create a CMD.EXE window. Also, make sure that the name of the project folder is libzmq (not e.g. libzmq-master) as this is required for correct linking.

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
Visual C++ 2017 => Visual C++ 15

Note that solution file icons reflect the compiler version ([9], [10], [11], [12], [14], [15]), not the product version.

The vs2017/vs2015/vs2013/vs2012/vs2010 solution and project files differ only in versioning.

More info here:

http://en.wikipedia.org/wiki/Visual_C%2B%2B

If multiple DevStudio versions are installed, you can run build.bat in separate windows each created by the desired DevStudio target.

To build for all versions of Visual Studio (excluding vs2008), you can run buildall.bat. This is generally a maintainer task.