mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add build framework
This commit is contained in:
parent
200df25aab
commit
7268dd15a1
9 changed files with 285 additions and 0 deletions
1
trunk/src/core/srs_core_log.cpp
Executable file
1
trunk/src/core/srs_core_log.cpp
Executable file
|
@ -0,0 +1 @@
|
|||
#include <srs_core_log.hpp>
|
4
trunk/src/core/srs_core_log.hpp
Executable file
4
trunk/src/core/srs_core_log.hpp
Executable file
|
@ -0,0 +1,4 @@
|
|||
#ifndef SRS_CORE_LOG_HPP
|
||||
#define SRS_CORE_LOG_HPP
|
||||
|
||||
#endif
|
5
trunk/src/main/srs_main_server.cpp
Executable file
5
trunk/src/main/srs_main_server.cpp
Executable file
|
@ -0,0 +1,5 @@
|
|||
#include <unistd.h>
|
||||
|
||||
int main(int /*argc*/, char** /*argv*/){
|
||||
return 0;
|
||||
}
|
3
trunk/src/upp/init
Executable file
3
trunk/src/upp/init
Executable file
|
@ -0,0 +1,3 @@
|
|||
#ifndef _upp_icpp_init_stub
|
||||
#define _upp_icpp_init_stub
|
||||
#endif
|
9
trunk/src/upp/upp.upp
Executable file
9
trunk/src/upp/upp.upp
Executable file
|
@ -0,0 +1,9 @@
|
|||
file
|
||||
main readonly separator,
|
||||
..\main\srs_main_server.cpp,
|
||||
core readonly separator,
|
||||
..\core\srs_core_log.hpp,
|
||||
..\core\srs_core_log.cpp;
|
||||
mainconfig
|
||||
"" = "MAIN";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue