Skip to content

Commit

Permalink
updated with binaries for windows and mac and generic gyp makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseven committed Jun 3, 2012
1 parent a9f331c commit 2bca4ab
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion binding.gyp
Expand Up @@ -16,7 +16,10 @@
], ],
'sources': [ 'src/atb.cc', 'src/glfw.cc' ], 'sources': [ 'src/atb.cc', 'src/glfw.cc' ],
'include_dirs': [ 'include_dirs': [
'$(HOME)/code/AntTweakBar/include', './deps/include',
],
'library_dirs': [
'./deps/<(platform)',
], ],
'conditions': [ 'conditions': [
['OS=="linux"', {'libraries': ['-lAntTweakBar', '-lglfw', '-lGLEW']}], ['OS=="linux"', {'libraries': ['-lAntTweakBar', '-lglfw', '-lGLEW']}],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2bca4ab

Please sign in to comment.