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

refine build for modules, add defines.

This commit is contained in:
winlin 2015-03-23 17:49:45 +08:00
parent 2f2aaf5ee4
commit 1cb2992808
3 changed files with 5 additions and 1 deletions

View file

@ -7,5 +7,6 @@ SRS模块规则
1. SRS_MODULE_NAME模块名称用来做Makefile的phony以及执行binary文件名。
2. SRS_MODULE_MAIN模块的main函数所在的cpp文件在src/main目录。
3. SRS_MODULE_APP模块在src/app目录的源文件列表。
4. SRS_MODULE_DEFINES: 模块编译时的额外宏定义。
winlin, 2015.3