summaryrefslogtreecommitdiffstats
path: root/winbuild/Gen_head.rules
blob: 9f1e13dbb5c09b2d3d5001c3e53a0f91bfc48e70 (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="gen_head"
	Version="8.00"
	>
	<Rules>
		<CustomBuildRule
			Name="Gen_head"
			DisplayName="Gen_head"
			CommandLine="python $(ProjectDir)..\src\to_c_cmd.py [AllOptions] [AdditionalOptions] [inputs] &lt; $(InputPath) &gt; $(IntDir)/$(InputName)$(InputExt).h"
			Outputs="$(IntDir)/$(InputName)$(InputExt).h"
			FileExtensions=".*"
			AdditionalDependencies="$(ProjectDir)..\src\to_c_cmd.py"
			ExecutionDescription="Executing to_c_cmd on $(InputPath) ..."
			ShowOnlyRuleProperties="false"
			>
		</CustomBuildRule>
	</Rules>
</VisualStudioToolFile>