<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
Name="unistd"
Version="8.00"
>
<Rules>
<CustomBuildRule
Name="Unistd"
DisplayName="Unistd"
CommandLine="python "$(InputPath)" [AllOptions] [AdditionalOptions] $(IntDir)"
Outputs="$(IntDir)/$(InputName).h"
FileExtensions="*.py"
ExecutionDescription="Executing Unistd ..."
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