从这里:What is the file .sconsign.dblite for?
我知道它是一个数据库。

我有兴趣看看它的内容。如何解析?
有没有标准工具可用?

最佳答案

SCons 的安装包含一个名为“sconsign”的命令行工具,可用于以更易读的格式输出签名数据库的内容。
如果您使用的是 Linux/Unix,请查看其 MAN 页面(man sconsign)。

关于build-process - 我们如何解析 .sconsign.dblite 文件?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/25288276/

10-15 19:06