|
Makeprojects
|
Data and code to support MASM targets. More...
Functions | |
| make_masm_command (command_dict, source_file) | |
| Create MASM command line. | |
Variables | |
| tuple | MASM_WARNINGLEVEL |
| Enumerations for MASM warning levels. | |
| tuple | MASM_ENUMS |
| Names, default, lookup tables for MASM enums. | |
| tuple | MASM_BOOLEANS |
| Boolean list for MASM, Name, Default, switches. | |
| tuple | MASM_STRINGS |
| Name, default, switch, generates output, quote parameters. | |
Data and code to support MASM targets.
This module contains data, classes and functions to support building MASM files
| makeprojects.masm_support.make_masm_command | ( | command_dict, | |
| source_file ) |
Create MASM command line.
| command_dict | Dict with command overrides |
| source_file | File to process |
| tuple makeprojects.masm_support.MASM_BOOLEANS |
Boolean list for MASM, Name, Default, switches.
| tuple makeprojects.masm_support.MASM_ENUMS |
Names, default, lookup tables for MASM enums.
| tuple makeprojects.masm_support.MASM_STRINGS |
Name, default, switch, generates output, quote parameters.
| tuple makeprojects.masm_support.MASM_WARNINGLEVEL |
Enumerations for MASM warning levels.