mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 01:22:28 +00:00
Merge topic 'vs10-object-intdir'
7ef659f
VS10: Use $(IntDir) for per-source output directory (#11270)
This commit is contained in:
commit
3398ec7d6f
@ -767,7 +767,7 @@ bool cmVisualStudio10TargetGenerator::OutputSourceSpecificFlags(
|
||||
hasFlags = true;
|
||||
this->WriteString("<ObjectFileName>", 3);
|
||||
(*this->BuildFileStream )
|
||||
<< "$(Configuration)/" << objectName << "</ObjectFileName>\n";
|
||||
<< "$(IntDir)/" << objectName << "</ObjectFileName>\n";
|
||||
}
|
||||
std::vector<std::string> *configs =
|
||||
static_cast<cmGlobalVisualStudio7Generator *>
|
||||
|
Loading…
Reference in New Issue
Block a user