| <?xml version="1.0" encoding="utf-8"?> | |
| <VisualStudioToolFile | |
| Name="armasm" | |
| Version="8.00" | |
| > | |
| <Rules> | |
| <CustomBuildRule | |
| Name="ARMASM" | |
| DisplayName="Armasm Assembler" | |
| CommandLine="armasm -o "$(IntDir)\$(InputName).obj" $(InputPath) -32 -ARCH 6
" | |
| Outputs="$(IntDir)\$(InputName).obj" | |
| FileExtensions="*.asm" | |
| ExecutionDescription="Assembling $(InputName).asm" | |
| ShowOnlyRuleProperties="false" | |
| > | |
| <Properties> | |
| </Properties> | |
| </CustomBuildRule> | |
| </Rules> | |
| </VisualStudioToolFile> |