Drop scons support

This commit is contained in:
Christopher Dunn
2017-08-27 14:48:07 -05:00
parent 5331d295aa
commit 6d31cec7cf
9 changed files with 0 additions and 689 deletions

View File

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