diff options
author | Cinder <cinder@sdf.org> | 2015-02-08 12:53:39 -0700 |
---|---|---|
committer | Cinder <cinder@sdf.org> | 2015-02-08 12:53:39 -0700 |
commit | ca08bd5aba5e69fce3b0f5b4f861ffec9fe4d2e5 (patch) | |
tree | 16bdd84d4a0911c80d95d5dc04a3bdd342506e55 /indra/cmake/LScript.cmake | |
parent | ae6440eecc4d6c018a3634c2c06052757bde962f (diff) |
OPEN-292 - Remove lscript from project,
Remove legacy udp script upload methods,
Refactor script runtime perms from three arrays to one struct array so we don't have to juggle array order anymore.
Diffstat (limited to 'indra/cmake/LScript.cmake')
-rwxr-xr-x | indra/cmake/LScript.cmake | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/indra/cmake/LScript.cmake b/indra/cmake/LScript.cmake deleted file mode 100755 index 21e78fc2c0..0000000000 --- a/indra/cmake/LScript.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# -*- cmake -*- - -set(LSCRIPT_INCLUDE_DIRS - ${LIBS_OPEN_DIR}/lscript - ${LIBS_OPEN_DIR}/lscript/lscript_compile - ${LIBS_OPEN_DIR}/lscript/lscript_execute - ${LIBS_OPEN_DIR}/lscript/lscript_execute_mono - ) - -set(LSCRIPT_LIBRARIES - lscript_compile - lscript_execute - lscript_library - ) - -set(LSCRIPT_EXECUTE_MONO_LIBRARIES lscript_execute_mono) |