Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

gyp_addon: Include the node.lib file at link time on Windows. #2480

Closed
wants to merge 1 commit into from
Closed

gyp_addon: Include the node.lib file at link time on Windows. #2480

wants to merge 1 commit into from

Conversation

TooTallNate
Copy link

Makes the basic gyp_addon script work with Windows.

The "Debug" dir is currently hard-coded. A better way would be to use
the currently selected "configuration" that gyp is executing, but I could not
figure out how to get a variable of the configuration...

Makes the basic `gyp_addon` script work with Windows.

The "Debug" dir is currently hard-coded. A better way would be to use
the currently selected "configuration" that gyp is executing, but I could not
figure out how to get a variable of the configuration...
@indutny indutny closed this in 3d1476a Jan 16, 2012
richardlau pushed a commit to ibmruntimes/node that referenced this pull request Sep 18, 2015
Notable changes:

* events: Added EventEmitter#listenerCount(event) as a replacement for
  EventEmitter.listenerCount(emitter, event), which has now been
  marked as deprecated in the docs. (Sakthipriyan Vairamani) nodejs#2349
* module: Fixed an error with preloaded modules when the current
  working directory doesn't exist. (Bradley Meck) nodejs#2353
* node: Startup time is now about 5% faster when not passing V8 flags.
  (Evan Lucas) nodejs#2483
* repl: Tab-completion now works better with arrays.
  (James M Snell) nodejs#2409
* string_bytes: Fixed an unaligned write in the handling of UCS2
  encoding. (Fedor Indutny) nodejs#2480
* tls: Added a new --tls-cipher-list flag that can be used to override
  the built-in default cipher list. (James M Snell) nodejs#2412
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants