mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-13 02:29:02 -06:00
The `AssemblerListingLocation` setting in VS project files is meant for intermediate files created during the build much like object files. When the VS 7 generator was first under development, commit49aebe6c99(new arch, 2002-09-04) placed both object files and the ASM list location in the same directory. Later commitf9aef0e422(Generator now creates a separate intermediate files directory for each target, 2005-07-27) moved the object files to a per-target directory but the ASM list location was not moved with them. Move it now. Fixes: #19480
79 KiB
79 KiB