Welcome to mirror list, hosted at ThFree Co, Russian Federation.

YASM.rules « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5511249c18be9a20f614017569a8bb311657ac52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
	Name="YASM"
	Version="8.00"
	>
	<Rules>
		<CustomBuildRule
			Name="YASM"
			DisplayName="YASM"
			CommandLine="yasm -X vc -g cv8 -f $(PlatformName) -o &quot;$(IntDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;"
			Outputs="$(IntDir)\$(InputName).obj"
			FileExtensions="*.asm;*. asm64"
			ExecutionDescription="YASM: Assembling $(InputFileName)"
			>
			<Properties>
			</Properties>
		</CustomBuildRule>
	</Rules>
</VisualStudioToolFile>