summaryrefslogtreecommitdiffstats
path: root/Templates/MSBuild/nasm.targets
Commit message (Collapse)AuthorAgeFilesLines
* VS: Honor compile options for ASM_NASMBrad King2023-01-261-1/+1
| | | | | | | | The Ninja and Makefile generators honor `target_compile_options` and friends for ASM_NASM `.asm` sources. Teach the VS generator to honor them too for consistency. Issue: #24289
* VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-071-0/+41
Fixes: #16469