本文介绍了自定义Visual Studio编译器缓存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我有很多通过局域网连接的机器。并且它们具有相同的源代码。 当其中一个构建代码时,在这种情况下从cpp文件到obj文件。完成后,它会将这些obj文件复制到共享文件夹。然后我希望其他机器从共享文件夹中复制obj而不是再次编译源代码。这就是我调用 缓存的原因。 我用visual studio尝试这种方法,当然它不起作用。 你能否建议我自己应用一些想法或方法?解决方案 I have many machines which connects through LAN. And they have same source code.When one of them build code, in this case from cpp files to obj files. When it finishes, it will copy these obj files to a shared folder. Then I want other machines to copy obj from shared folder instead of compile source again.That's why I calledcache.I try this method with visual studio and of course it doesn't work.Could you suggest me some idea or method which I can apply myself? 解决方案 这篇关于自定义Visual Studio编译器缓存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-05 17:20