summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStuart Webster <sw_webster@hotmail.com>2011-12-15 14:03:43 +0100
committerunknown <sustrik@turist.(none)>2011-12-15 14:03:43 +0100
commit3fb5c11b03119a157db8dc024809943f88f87320 (patch)
treee3463dbfd8961f6ce9432b801fc6577cec4d500b /.gitignore
parenta9e03336b020d2e6a83338b111092e65aa812f95 (diff)
Added MSVC10 solution and project files for Windows
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1ff594a..5ae4c21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,7 @@ doc/*.xml
src/libzmq.pc
bin/
lib/
+obj/
builds/msvc/*.suo
builds/msvc/*/*.user
builds/msvc/*/Debug