rename ts_info.cpp to ts_info.cc

pull/133/head
winlin 11 years ago
parent 37e53f3735
commit cdd548004c

@ -1,2 +1,2 @@
ts_info: ts_info.cpp Makefile ts_info: ts_info.cc Makefile
g++ -o ts_info ts_info.cpp -g -O0 -ansi g++ -o ts_info ts_info.cc -g -O0 -ansi

@ -1,5 +1,5 @@
/** /**
g++ -o ts_info ts_info.cpp -g -O0 -ansi g++ -o ts_info ts_info.cc -g -O0 -ansi
*/ */
#if 1 #if 1
// for int64_t print using PRId64 format. // for int64_t print using PRId64 format.

@ -43,7 +43,7 @@ file
..\core\srs_core_log.hpp, ..\core\srs_core_log.hpp,
..\core\srs_core_log.cpp, ..\core\srs_core_log.cpp,
research readonly separator, research readonly separator,
..\..\research\ts_info.cpp; ..\..\research\ts_info.cc;
mainconfig mainconfig
"" = "MAIN"; "" = "MAIN";

Loading…
Cancel
Save