Skip to content

Commit

Permalink
Merge pull request #9 from shtylman/master
Browse files Browse the repository at this point in the history
update for newer versions of node >= 0.8
  • Loading branch information
pkrumins committed Mar 18, 2013
2 parents bf80483 + 7457571 commit d3d8a4b
Show file tree
Hide file tree
Showing 16 changed files with 3,989 additions and 77 deletions.
31 changes: 31 additions & 0 deletions binding.gyp
@@ -0,0 +1,31 @@
{
'targets': [
{
'target_name': 'gif',
'sources': [
'src/animated_gif.cpp',
'src/async_animated_gif.cpp',
'src/buffer_compat.cpp',
'src/common.cpp',
'src/dynamic_gif_stack.cpp',
'src/gif.cpp',
'src/gif_encoder.cpp',
'src/module.cpp',
'src/palette.cpp',
'src/quantize.cpp',
'src/utils.cpp'
],
'dependencies': [
'<(module_root_dir)/deps/giflib/giflib.gyp:giflib'
],
'cflags_cc!': [ '-fno-exceptions' ],
'conditions': [
['OS=="mac"', {
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES'
}
}]
]
}
]
}

0 comments on commit d3d8a4b

Please sign in to comment.