diff options
author | albert-github <albert.tests@gmail.com> | 2014-06-19 12:05:42 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-06-19 12:05:42 (GMT) |
commit | eb3ab2452d8a1ef7a85af7a03e1622c12b40400b (patch) | |
tree | 272148106929c9abe9b1e146cfa2751c562082c2 /winbuild/Languages.rules | |
parent | 21178ab40160abf011fa084a10892b5b7821e44c (diff) | |
download | Doxygen-eb3ab2452d8a1ef7a85af7a03e1622c12b40400b.zip Doxygen-eb3ab2452d8a1ef7a85af7a03e1622c12b40400b.tar.gz Doxygen-eb3ab2452d8a1ef7a85af7a03e1622c12b40400b.tar.bz2 |
Bug 589707 - Flex .rule file for Visual Studio build can't cope with spaces in filenames
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.
Diffstat (limited to 'winbuild/Languages.rules')
-rwxr-xr-x | winbuild/Languages.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winbuild/Languages.rules b/winbuild/Languages.rules index 0d57a05..8ff018a 100755 --- a/winbuild/Languages.rules +++ b/winbuild/Languages.rules @@ -6,8 +6,8 @@ <Rules> <CustomBuildRule Name="Languages" - DisplayName="Settings" - CommandLine="python $(InputPath) [AllOptions] [AdditionalOptions] > $(IntDir)/$(InputName).h" + DisplayName="Languages" + CommandLine="python "$(InputPath)" [AllOptions] [AdditionalOptions] > $(IntDir)/$(InputName).h" Outputs="$(IntDir)/$(InputName).h" FileExtensions="*.py" AdditionalDependencies="" |