commit | 64e40aafe531fe2d2bc9ed6065669849414cd6d8 | [log] [tgz] |
---|---|---|
author | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Sun May 01 20:13:40 2011 +0000 |
committer | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Sun May 01 20:13:40 2011 +0000 |
tree | 109fbe3362afeb9818d91e2e21f396d6107002a8 | |
parent | 91923f2cbc3e6eb0d0ee79a622a7bd453d2cc6f0 [diff] |
Added support for amalgated source and header generation (a la sqlite). Refer to README.txt section "Generating amalgated source and header" for detail. The amalgated sources are generated by concatenating JsonCpp source in the correct order and defining macro JSON_IS_AMALGATED to prevent inclusion of other headers. Sources and header has been modified to prevent any inclusion when this macro is defined. The script amalgate.py handle the generation.