summaryrefslogtreecommitdiff
path: root/common.gypi
Commit message (Collapse)AuthorAgeFilesLines
* enable x64 windows buildIgor Zinkovsky2012-02-071-2/+15
| | | | use "vcbuild x64" to do x64 build of node.exe
* Support native extension loading on WindowsBert Belder2011-10-291-0/+2
|
* Windows: set executables to be console programsPeter Bright2011-09-041-0/+5
| | | | closes #1644
* gyp: Further fixes to target_defaults for macRyan Dahl2011-08-231-3/+0
|
* gyp: Don't pass C++ flags to C compiler, and don't pass -ansi in OpenSSL builds.Evan Martin2011-08-231-1/+2
|
* common.gypi: don't nest "target_defaults" within "target_defaults"Evan Martin2011-08-231-52/+48
| | | | | The "conditions" block is already within a "target_defaults", so its children amend target default settings already.
* gyp: Support LinuxRyan Dahl2011-08-151-0/+1
|
* Fix GYP build on OSXRyan Dahl2011-08-151-164/+164
| | | | | | | Broken due to DOS line endings. ./configure-gyp make -f Makefile-gyp
* Rename gyp files to produce useful solution names.Peter Bright2011-08-131-0/+164
Hoist common settings into common.gypi. Restrict v8's common.gypi to v8 projects. Ensure v8 doesn't use /MP in debug builds. Add basic settings for other platforms. Make uv import common.gypi properly. Remove LTCG warning.