我正在使用 Visual Studio 2008 从命令行构建一个 C 程序。
vcbuild /logcommands foo.vcproj
从 GUI 中,构建工作正常。但是从命令行,构建在链接阶段失败,并显示以下错误消息:
Linking...
Creating library c:\foo\out\foo.lib and object c:\foo\out\foo.exp
Generating code
Finished generating code
LINK : fatal error LNK1104: cannot open file 'TEMPFILE'
Build log was saved at "file://c:\foo\out\BuildLog.htm"
这是什么TEMPFILE
,我该如何修复构建?