Commit Graph

16 Commits

Author SHA1 Message Date
Timothy J Fontaine
4a67d8cc0e build: add vc-set-2012 label 2014-04-14 10:07:33 -07:00
Marc Schlaich
cd6db8bbef build, windows: do not fail on Windows SDK Prompt
Backported from master 2f6d4b4
2014-03-20 23:15:06 +01:00
Marc Schlaich
aa2fbb364a build, windows: fixed x64 configuration issue
Backported from master 8010bf9
2014-03-20 23:11:11 +01:00
Geert Jansen
991409e461 build: fix windows smp build with gyp
Gyp will try a parallel build if it detect the system has >1 processor.
This functionality depends on the Python "multiprocessing" package. The
multiprocessing package on Windows requires that the top-level module is
importable as a module, see:

  http://docs.python.org/2/library/multiprocessing.html#windows

This fixes issue #984.

This is a back-port of commit 2445467 from the master branch.
2013-11-05 14:32:45 +01:00
Nicholas Vavilov
bc5fa794b9 build: add support for Visual Studio 2012
Closes #722
2013-04-10 16:13:32 +02:00
Marc Schlaich
0ad46bdb56 build, windows: return an error code on failure 2013-02-28 16:18:54 +01:00
Marc Schlaich
85124d7eb5 build, windows: allow override of python executable
Fixes #723.
2013-02-27 19:26:47 +01:00
Marc Schlaich
ce1a266c05 build: fix misleading vcbuild.bat error message 2013-02-25 16:01:55 +01:00
Saúl Ibarra Corretgé
5fa690397a win: Avoid using subversion to download gyp 2013-02-06 23:03:09 +01:00
saghul
61ecb3415d win: support compilation with Visual Studio 2008 2012-10-23 22:55:25 +02:00
Shannen Saez
8afd71a128 windows: fix vcbuild.bat issue
gyp_uv was complaining because it never receives a value for which type
of library to build (static vs shared). This makes vcbuild.bat set the
default to build a static library.
2012-09-26 13:41:19 +02:00
Luigi Grilli
5bfb7c917b windows: build system improvements
* Add shared/static library option
* Add x86/x64 target option
* Improve Visual Studio detection
* Set GYP_MSVS_VERSION to pick VS2010 over VS2008

Closes GH-504
Closes GH-514
2012-09-21 00:53:55 +02:00
Bert Belder
7b83b99fdc Windows: try to set up vc environment when not running from vs command prompt 2012-01-31 14:28:21 +01:00
Igor Zinkovsky
e954b4cd99 merge create_msvs_files.bat and vcbuild.bat into vcbuild.bat 2011-08-26 03:15:54 -07:00
Igor Zinkovsky
7cafd8b105 update vcbuild.bat with correct sln file 2011-08-15 14:48:52 -07:00
Igor Zinkovsky
da4e864684 vcbuild.bat for building libuv with msbuild 2011-08-13 12:30:32 -07:00