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

add utest script to generate the utest Makefile

This commit is contained in:
winlin 2014-03-04 14:01:43 +08:00
parent 02326cd844
commit fe5811304b
8 changed files with 198 additions and 24 deletions

View file

@ -55,4 +55,8 @@ for item in ${MODULE_OBJS[*]}; do
done
echo "" >> ${FILE}
# parent Makefile, to create module output dir before compile it.
echo " mkdir -p ${SRS_OBJS}/include" >> ${SRS_MAKEFILE}
echo " mkdir -p ${SRS_OBJS}/lib" >> ${SRS_MAKEFILE}
echo -n "generate lib ${LIB_NAME} ok"; echo '!';