Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jtg-gg/node

Tags

nw-v0.18.2

Toggle nw-v0.18.2's commit message
move conditions using 'component' to 'target_defaults'

'component' was defined within NW.js building procedure. However it
wasn't defined until including 'common.gypi' when building addons.
Conditions within 'variables' cannot use variable within the same
level. Moving conditions to 'target_defaults' will make 'component'
defined before evaluating the conditions, to prevent addon building
failures.

fixed nwjs/nw-gyp#96

nw-v0.18.1

Toggle nw-v0.18.1's commit message
move conditions using 'component' to 'target_defaults'

'component' was defined within NW.js building procedure. However it
wasn't defined until including 'common.gypi' when building addons.
Conditions within 'variables' cannot use variable within the same
level. Moving conditions to 'target_defaults' will make 'component'
defined before evaluating the conditions, to prevent addon building
failures.

fixed nwjs/nw-gyp#96

nw-v0.18.0

Toggle nw-v0.18.0's commit message
move conditions using 'component' to 'target_defaults'

'component' was defined within NW.js building procedure. However it
wasn't defined until including 'common.gypi' when building addons.
Conditions within 'variables' cannot use variable within the same
level. Moving conditions to 'target_defaults' will make 'component'
defined before evaluating the conditions, to prevent addon building
failures.

fixed nwjs/nw-gyp#96

nw-v0.17.6

Toggle nw-v0.17.6's commit message
move conditions using 'component' to 'target_defaults'

'component' was defined within NW.js building procedure. However it
wasn't defined until including 'common.gypi' when building addons.
Conditions within 'variables' cannot use variable within the same
level. Moving conditions to 'target_defaults' will make 'component'
defined before evaluating the conditions, to prevent addon building
failures.

fixed nwjs/nw-gyp#96

nw-v0.17.5

Toggle nw-v0.17.5's commit message
move conditions using 'component' to 'target_defaults'

'component' was defined within NW.js building procedure. However it
wasn't defined until including 'common.gypi' when building addons.
Conditions within 'variables' cannot use variable within the same
level. Moving conditions to 'target_defaults' will make 'component'
defined before evaluating the conditions, to prevent addon building
failures.

fixed nwjs/nw-gyp#96

nw-v0.18.0-rc1

Toggle nw-v0.18.0-rc1's commit message
move conditions using 'component' to 'target_defaults'

'component' was defined within NW.js building procedure. However it
wasn't defined until including 'common.gypi' when building addons.
Conditions within 'variables' cannot use variable within the same
level. Moving conditions to 'target_defaults' will make 'component'
defined before evaluating the conditions, to prevent addon building
failures.

fixed nwjs/nw-gyp#96

nw-v0.17.4

Toggle nw-v0.17.4's commit message
move conditions using 'component' to 'target_defaults'

'component' was defined within NW.js building procedure. However it
wasn't defined until including 'common.gypi' when building addons.
Conditions within 'variables' cannot use variable within the same
level. Moving conditions to 'target_defaults' will make 'component'
defined before evaluating the conditions, to prevent addon building
failures.

fixed nwjs/nw-gyp#96

nw-v0.18.0-beta1

Toggle nw-v0.18.0-beta1's commit message
fixed typos in common.gypi to prevent nw-gyp failure

fixed nwjs/nw-gyp#96

nw-v0.17.3

Toggle nw-v0.17.3's commit message
Merge pull request nwjs#8 from ghostoy/issue-96-win

move conditions using 'component' to 'target_defaults'

nw-v0.17.2

Toggle nw-v0.17.2's commit message
Merge pull request nwjs#8 from ghostoy/issue-96-win

move conditions using 'component' to 'target_defaults'