Skip to content

Commit

Permalink
Prepare the bindings.gyp file.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 13, 2012
1 parent 7ef826c commit 82f63cb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 69 deletions.
15 changes: 15 additions & 0 deletions bindings.gyp
@@ -0,0 +1,15 @@
{
'targets': [
{
'target_name': 'node_sqlite3',
'sources': [
'src/database.cc',
'src/node_sqlite3.cc',
'src/statement.cc'
],
'dependencies': [
'deps/sqlite3/sqlite3.gyp:sqlite3'
]
}
]
}
69 changes: 0 additions & 69 deletions build.gyp

This file was deleted.

0 comments on commit 82f63cb

Please sign in to comment.