Guest User

Untitled

a guest
Dec 18th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. {
  2. "folders":
  3. [
  4. {
  5. "path": "ns-3-dev-lbt",
  6. "folder_exclude_patterns": [".git", ".hg", ".waf*", "build"],
  7. "follow_symlinks": true
  8. }
  9. ],
  10. "settings":
  11. {
  12. "tab_size": 2
  13. },
  14. "build_systems":
  15. [
  16. {
  17. "name": "ns-3",
  18. "windows": {
  19. "shell_cmd": "bash -c \"./waf build\""
  20. },
  21. "linux": {
  22. "shell_cmd": "./waf build"
  23. },
  24. "file_patterns": ["*.cc", "*.h"],
  25. "working_dir": "$folder",
  26. "variants": [
  27. {
  28. "name": "Configure",
  29. "windows": {
  30. "shell_cmd": "bash -c \"./waf configure -d debug --enable-examples --enable-tests\""
  31. },
  32. "linux": {
  33. "shell_cmd": "./waf configure -d debug --enable-examples --enable-tests"
  34. },
  35. }
  36. ]
  37. }
  38. ]
  39. }
Add Comment
Please, Sign In to add comment