mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'vs-asmlist-dir'
c1fc6c80c7 VS: Place intermediate files in the "ASM List Location" next to objects
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3569
This commit is contained in:
@@ -703,8 +703,7 @@ void cmLocalVisualStudio7Generator::WriteConfiguration(
|
||||
}
|
||||
Options targetOptions(this, t, table, gg->ExtraFlagTable);
|
||||
targetOptions.FixExceptionHandlingDefault();
|
||||
std::string asmLocation = configName + "/";
|
||||
targetOptions.AddFlag("AssemblerListingLocation", asmLocation);
|
||||
targetOptions.AddFlag("AssemblerListingLocation", "$(IntDir)\\");
|
||||
targetOptions.Parse(flags);
|
||||
targetOptions.Parse(defineFlags);
|
||||
targetOptions.ParseFinish();
|
||||
|
||||
@@ -2649,8 +2649,7 @@ bool cmVisualStudio10TargetGenerator::ComputeClOptions(
|
||||
clOptions.AddFlag("UseFullPaths", "false");
|
||||
}
|
||||
clOptions.AddFlag("PrecompiledHeader", "NotUsing");
|
||||
std::string asmLocation = configName + "/";
|
||||
clOptions.AddFlag("AssemblerListingLocation", asmLocation);
|
||||
clOptions.AddFlag("AssemblerListingLocation", "$(IntDir)");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user