http://bugs.winehq.org/show_bug.cgi?id=19581
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Visual Studio 2005: "cl : |Visual Studio 2005: "cl : |Command line error D8022 : |Command line error D8022 : |cannot open 'foo.rsp' " |cannot open 'foo.rsp' "; | |foo.rsp was created with | |FILE_ATTRIBUTE_TEMPORARY
--- Comment #1 from Dan Kegel dank@kegel.com 2009-08-05 00:08:20 --- WINEDEBUG=+file shows
trace:file:CreateFileW L"c:\sertest\Debug\RSP0000013754.rsp" GENERIC_WRITE creation 2 attributes 0x100
0x100 is FILE_ATTRIBUTE_TEMPORARY, which wine doesn't seem to have any test or implementation for yet.