9f1e13dbb5c09b2d3d5001c3e53a0f91bfc48e70
[platform/upstream/doxygen.git] / winbuild / Gen_head.rules
1 <?xml version="1.0" encoding="utf-8"?>
2 <VisualStudioToolFile
3         Name="gen_head"
4         Version="8.00"
5         >
6         <Rules>
7                 <CustomBuildRule
8                         Name="Gen_head"
9                         DisplayName="Gen_head"
10                         CommandLine="python $(ProjectDir)..\src\to_c_cmd.py [AllOptions] [AdditionalOptions] [inputs] &lt; $(InputPath) &gt; $(IntDir)/$(InputName)$(InputExt).h"
11                         Outputs="$(IntDir)/$(InputName)$(InputExt).h"
12                         FileExtensions=".*"
13                         AdditionalDependencies="$(ProjectDir)..\src\to_c_cmd.py"
14                         ExecutionDescription="Executing to_c_cmd on $(InputPath) ..."
15                         ShowOnlyRuleProperties="false"
16                         >
17                 </CustomBuildRule>
18         </Rules>
19 </VisualStudioToolFile>