Guest User

Untitled

a guest
Apr 7th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. [n.global]
  2. output = nimkit
  3.  
  4. [n.include]
  5. nimkit/third_party/WebKit/Source
  6.  
  7. [n.prepare]
  8. gitremote = "https://github.com/chromium/chromium.git"
  9. gitsparse = """
  10. third_party/WebKit/Source/*
  11. """
  12.  
  13. [core/dom/Node.h]
  14. recurse = true
  15. inline = true
  16. preprocess = true
  17. defines = true
  18.  
  19. flags = "--cpp --stdcall"
Add Comment
Please, Sign In to add comment