summaryrefslogtreecommitdiff
path: root/builds/msvc/c_local_thr
AgeCommit message (Collapse)Author
2011-12-15Added MSVC10 solution and project files for WindowsStuart Webster
These include configurations for both Win32 and x64 platforms. All project settings have been normalised in property sheets (the ".props" files under builds/msvc/properties) to simplify maintenance. Build artefacts are all generated in platform-specific subfolders of bin, lib and obj directories. Also enables the use of precompiled headers with MSVC10. This significantly reduces the time required to compile libzmq with Visual Studio on Windows. It should have no impact on other platforms. Signed-off-by: Stuart Webster <sw_webster@hotmail.com>
2010-06-17Windows build fixedMartin Sustrik
2010-06-04MSVC build fixedMartin Sustrik
2010-04-12MSVC perf build fixedMartin Sustrik
2010-03-12MSVC build: C++ perf tests removed; all executables go into bin directoryunknown
2009-09-17msvc directory moved into builds dirmalosek