c++ cleanup: standardize file extensions to .cc and .h (#20800)

* c++ cleanup: standardize file extensions to .cc and .h

* cleanup files_common
old-commit-hash: 81491dc57f
This commit is contained in:
Dean Lee
2021-05-03 17:53:11 +08:00
committed by GitHub
parent 7d042b746f
commit 9a827fea20
87 changed files with 132 additions and 132 deletions
+2 -2
View File
@@ -63,8 +63,8 @@ if arch == 'x86_64' and os.path.exists(Dir("#tools/").get_abspath()):
qt_env['CPPPATH'] += ["#tools/clib"]
qt_env['CXXFLAGS'] += ["-Wno-deprecated-declarations"]
replay_lib_src = ["replay/replay.cc", "replay/Unlogger.cpp",
"replay/FileReader.cpp", "#tools/clib/FrameReader.cpp"]
replay_lib_src = ["replay/replay.cc", "replay/Unlogger.cc",
"replay/FileReader.cc", "#tools/clib/FrameReader.cpp"]
replay_lib = qt_env.Library("qt_replay", replay_lib_src, LIBS=base_libs)
replay_libs = [replay_lib, 'avutil', 'avcodec', 'avformat', 'swscale', 'bz2'] + qt_libs