CmdLineBuild.js 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. var CmdLineBuild =
  2. [
  3. [ "Setup Build Environment", "cbuild_install.html", [
  4. [ "cbuild_install.sh: Install Build Tools", "cbuild_install.html#cbuild_install2", null ],
  5. [ "Environment Variables", "cbuild_install.html#cbuild_envsetup", null ],
  6. [ "Compiler Configuration", "cbuild_install.html#cbuild_compiler_config", null ],
  7. [ "libxml (optional for Windows)", "cbuild_install.html#libxml", null ]
  8. ] ],
  9. [ "cbuild.sh: Build Invocation", "cbuild.html", [
  10. [ "Usage Example", "cbuild.html#cbuild_example", null ],
  11. [ "Error Messages", "cbuild.html#cbuild_errors", null ]
  12. ] ],
  13. [ "cp_init.sh: Setup Pack Directory", "cp_init.html", [
  14. [ "Usage Example", "cp_init.html#cp_init_example", null ],
  15. [ "Error Messages", "cp_init.html#cp_init_errors", null ]
  16. ] ],
  17. [ "cbuildgen: Build Process Manager", "cbuildgen.html", [
  18. [ "Usage Example", "cbuildgen.html#cbuild_example", null ],
  19. [ "Error Messages", "cbuildgen.html#cbuildgen_errors", null ]
  20. ] ],
  21. [ "make: GNU Make", "Make.html", [
  22. [ "Usage Example", "Make.html#Make_example", null ]
  23. ] ],
  24. [ "cp_install.sh: Install Packs", "cp_install.html", [
  25. [ "Usage Example", "cp_install.html#cp_install_example", null ],
  26. [ "Error Messages", "cp_install.html#cp_install_errors", null ]
  27. ] ],
  28. [ "ccmerge: Config File Updater", "ccmerge.html", [
  29. [ "Usage Example", "ccmerge.html#ccmerge_examples", null ],
  30. [ "Error Messages", "ccmerge.html#ccmerge_errors", null ]
  31. ] ],
  32. [ "cbuild_uv.sh: Build MDK project", "cbuild_uv.html", [
  33. [ "Usage Example", "cbuild_uv.html#cbuild_uv_example", null ]
  34. ] ]
  35. ];