Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. "targets": [
  3. {
  4. 'target_name': 'test',
  5. 'type': 'executable',
  6. 'sources': [ 'main.cpp' ],
  7. 'libraries': [
  8. '-llib/libuv.lib',
  9. '-lws2_32',
  10. '-lpsapi',
  11. '-liphlpapi',
  12. ],
  13. 'library_dirs': [
  14. 'lib',
  15. 'src'
  16. ],
  17. 'include_dirs': [
  18. 'include',
  19. ],
  20. }
  21. ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement