- reorganized repository to match standard layout

This commit is contained in:
Baptiste Lepilleur
2007-03-15 22:11:38 +00:00
parent d3a114c906
commit 4cd8bae331
103 changed files with 7722 additions and 0 deletions

8
src/lib_json/sconscript Normal file
View File

@@ -0,0 +1,8 @@
Import( 'env buildLibary' )
buildLibary( env, Split( """
json_reader.cpp
json_value.cpp
json_writer.cpp
""" ),
'json' )