nasm.props.in 857 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Condition="'$(NASMBeforeTargets)' == '' and '$(NASMAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
  4. <NASMBeforeTargets>Midl</NASMBeforeTargets>
  5. <NASMAfterTargets>CustomBuild</NASMAfterTargets>
  6. </PropertyGroup>
  7. <ItemDefinitionGroup>
  8. <NASM>
  9. <OutputFormat>$(IntDir)%(FileName).obj</OutputFormat>
  10. <Outputswitch>0</Outputswitch>
  11. <CompilerNasm>@CMAKE_ASM_NASM_COMPILER@</CompilerNasm>
  12. <PackAlignmentBoundary>0</PackAlignmentBoundary>
  13. <CommandLineTemplate>"%(CompilerNasm)" [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
  14. <ExecutionDescription>Assembling %(Filename)%(Extension)</ExecutionDescription>
  15. </NASM>
  16. </ItemDefinitionGroup>
  17. </Project>