From b44714a6429c48c2cabe53fce100bc20c6f8fbfc Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 26 Jan 2023 12:55:41 -0500 Subject: VS: Honor compile options for ASM_MARMASM The Ninja and Makefile generators honor `target_compile_options` and friends for ASM_MARMMASM `.asm` sources. Teach the VS generator to honor them too for consistency. Issue: #24289 --- Templates/MSBuild/FlagTables/v10_MARMASM.json | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Templates') diff --git a/Templates/MSBuild/FlagTables/v10_MARMASM.json b/Templates/MSBuild/FlagTables/v10_MARMASM.json index 8d09574732..90668ba923 100644 --- a/Templates/MSBuild/FlagTables/v10_MARMASM.json +++ b/Templates/MSBuild/FlagTables/v10_MARMASM.json @@ -119,15 +119,6 @@ "value": "true", "flags": [] }, - { - "name": "PredefineDirective", - "switch": "predefine", - "comment": "Specify a SETA, SETL, or SETS directive to predefine a symbol.", - "value": "", - "flags": [ - "UserValue" - ] - }, { "name": "SourceLink", "switch": "sourcelink", -- cgit v1.2.1