<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
Name="config"
Version="8.00"
>
<Rules>
<CustomBuildRule
Name="Config"
DisplayName="Config"
CommandLine="python "$(ProjectDir)..\src\configgen.py" -cpp [AllOptions] [AdditionalOptions] [inputs] > $(IntDir)/$(InputName)options.cpp"
Outputs="$(IntDir)/$(InputName)options.cpp"
FileExtensions="*.xml"
AdditionalDependencies="$(ProjectDir)..\src\configgen.py"
ExecutionDescription="Executing configgen for doxygen..."
ShowOnlyRuleProperties="false"
>
</CustomBuildRule>
<CustomBuildRule
Name="Config_dw"
DisplayName="Config"
CommandLine="python "$(ProjectDir)..\src\configgen.py" -wiz [AllOptions] [AdditionalOptions] [inputs] > $(IntDir)/$(InputName)doc.cpp"
Outputs="$(IntDir)/$(InputName)doc.cpp"
FileExtensions="*.xml"
AdditionalDependencies="$(ProjectDir)..\src\configgen.py"
ExecutionDescription="Executing configgen for doxywizard ..."
ShowOnlyRuleProperties="false"
>
</CustomBuildRule>
</Rules>
</VisualStudioToolFile>
-
albert-github authored
Adjusted the rules files and where and the vcproj file so it can handle paths with spaces as well. When generating the documentation (Cygwin) a small problem appeared in a Makefile when there is a space in the path, this is solved as well.
eb3ab245