prepack.json 511 B

123456789101112131415
  1. {
  2. "_comment": [
  3. "This is the configuration file to pre-pack files to pac.",
  4. "It contains a list of _files_, and for each file,",
  5. "_file_ is the absolute path in target, and _local_file_",
  6. "is the path in host. When _local_file_ is relative path,",
  7. "it is related to the directory of this configuration file.",
  8. "Also @SOURCE_TOP_DIR@ and @BINARY_TOP_DIR@ will be substitued",
  9. "to the absolte of current build.",
  10. "",
  11. "When it is empty, PREPACK won't be inserted into pac."
  12. ],
  13. "files": [
  14. ]
  15. }