1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

init st, add error code

This commit is contained in:
winlin 2013-10-18 10:39:37 +08:00
parent eb3b824e6c
commit 5b02f9c78b
8 changed files with 201 additions and 19 deletions

2
trunk/configure vendored
View file

@ -82,7 +82,7 @@ LibSTfile="${LibSTRoot}/libst.a"
MODULE_ID="CORE"
MODULE_DEPENDS=()
ModuleLibIncs=(${LibSTRoot})
MODULE_FILES=("srs_core" "srs_core_log")
MODULE_FILES=("srs_core" "srs_core_log" "srs_core_server" "srs_core_error")
MODULE_DIR="src/core" . auto/modules.sh
CORE_OBJS="${MODULE_OBJS[@]}"