1
0
Fork 0
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:
winlin 2013-10-17 20:58:04 +08:00
parent 200df25aab
commit 7268dd15a1
9 changed files with 285 additions and 0 deletions

View file

@ -0,0 +1 @@
#include <srs_core_log.hpp>

View file

@ -0,0 +1,4 @@
#ifndef SRS_CORE_LOG_HPP
#define SRS_CORE_LOG_HPP
#endif

View file

@ -0,0 +1,5 @@
#include <unistd.h>
int main(int /*argc*/, char** /*argv*/){
return 0;
}

3
trunk/src/upp/init Executable file
View file

@ -0,0 +1,3 @@
#ifndef _upp_icpp_init_stub
#define _upp_icpp_init_stub
#endif

9
trunk/src/upp/upp.upp Executable file
View 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";