You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Documentation generation is no longer handled by SCons. The script doxybuild.py is used to generate the documentation on demand.
- Added file 'version' that contains jsoncpp version number. It is used by both SConstruct and doxybuild.py.
- Updated README.txt with documentation build instruction, and instructions to add a test case.
Copy file name to clipboardExpand all lines: SConstruct
+6-71Lines changed: 6 additions & 71 deletions
Original file line number
Diff line number
Diff line change
@@ -1,79 +1,17 @@
1
1
"""
2
-
Build system can be clean-up by sticking to a few core production factory, with automatic dependencies resolution.
3
-
4 basic project productions:
4
-
- library
5
-
- binary
6
-
- documentation
7
-
- tests
2
+
Notes:
3
+
- shared library support is buggy: it assumes that a static and dynamic library can be build from the same object files. This is not true on many platforms. For this reason it is only enabled on linux-gcc at the current time.
0 commit comments