Marc Schlaich
2f6d4b4b58
build, windows: do not fail on Windows SDK Prompt
2014-02-26 16:50:43 +01:00
Marc Schlaich
8010bf9dd2
build, windows: fixed x64 configuration issue
2014-02-18 10:02:05 +01:00
Brian White
b738d315fb
build: skip vcvarsall if already set up
...
Without this, running vcbuild repeatedly for some time will cause errors with msbuild saying the command line is too long (due to concatenation happening in vcvarsall).
2014-02-10 23:13:35 +01:00
Fedor Indutny
7301d21e46
gyp: qualify library variable
...
Use prefixed variable name for better control over dependencies.
2014-02-05 21:29:25 +04:00
Sean Farrell
a762934aa8
build: add support for VS2013
2013-12-17 09:15:16 +01:00
Geert Jansen
2445467810
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 .
2013-11-05 14:28:10 +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