|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
| class | AmalgamationFile |
Functions | |
| def | amalgamate_source (source_top_dir=None, target_source_path=None, header_include_path=None) |
| def | main () |
Amalgate json-cpp library sources into a single source and header file. Requires Python 2.6 Example of invocation (must be invoked from json-cpp top directory): python amalgate.py
| def amalgamate.amalgamate_source | ( | source_top_dir = None, |
|
target_source_path = None, |
|||
header_include_path = None |
|||
| ) |
Produces amalgated source.
Parameters:
source_top_dir: top-directory
target_source_path: output .cpp path
header_include_path: generated header path relative to target_source_path.
| def amalgamate.main | ( | void | ) |
1.8.13