summaryrefslogtreecommitdiff
path: root/SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/sconscript
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/sconscript')
-rw-r--r--SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/sconscript8
1 files changed, 0 insertions, 8 deletions
diff --git a/SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/sconscript b/SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/sconscript
deleted file mode 100644
index f6520d185..000000000
--- a/SDL_Core/src/thirdPartyLibs/jsoncpp/src/lib_json/sconscript
+++ /dev/null
@@ -1,8 +0,0 @@
-Import( 'env buildLibrary' )
-
-buildLibrary( env, Split( """
- json_reader.cpp
- json_value.cpp
- json_writer.cpp
- """ ),
- 'json' )