summaryrefslogtreecommitdiffstats
path: root/Tests/VSMASM/foo.asm
Commit message (Collapse)AuthorAgeFilesLines
* VS: Honor compile options for MASMBrad King2023-01-121-0/+6
| | | | | | | | The Ninja and Makefile generators honor `target_compile_options` and friends for MASM `.asm` sources. Teach the VS generator to honor them too for consistency. Fixes: #24289
* VS: Add test for MASM supportBrad King2014-08-201-0/+7
It is now expected to work with VS >= 10 and MSVC >= 13.1.