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

Commit

Permalink
deps: add atomic_ops.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Dec 12, 2011
1 parent c5f8f77 commit da827a4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions deps/atomic_ops/atomic_ops.gyp
@@ -0,0 +1,18 @@
# This file is used with the GYP meta build system.
# http://code.google.com/p/gyp/
# To build try this:
# svn co http://gyp.googlecode.com/svn/trunk gyp
# ./gyp/gyp -f make --depth=`pwd` atomic_ops.gyp
# ./out/Debug/test
{
'targets': [
{
'target_name': 'atomic_ops',
'type': 'static_library',
'include_dirs': [ 'src' ],
'direct_dependent_settings': {
'include_dirs': [ 'src' ],
},
},
]
}
1 change: 1 addition & 0 deletions node.gyp
Expand Up @@ -55,6 +55,7 @@

'dependencies': [
'deps/http_parser/http_parser.gyp:http_parser',
'deps/atomic_ops/atomic_ops.gyp:atomic_ops',
'deps/v8/tools/gyp/v8.gyp:v8',
'deps/uv/uv.gyp:uv',
'deps/zlib/zlib.gyp:zlib',
Expand Down

0 comments on commit da827a4

Please sign in to comment.