From eb3ab2452d8a1ef7a85af7a03e1622c12b40400b Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 19 Jun 2014 14:05:42 +0200 Subject: 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. --- doc/Makefile.in | 2 +- winbuild/Config.rules | 4 ++-- winbuild/Doxygen.vcproj | 8 ++++---- winbuild/Gen_head.rules | 2 +- winbuild/Languages.rules | 4 ++-- winbuild/Lex.rules | 2 +- winbuild/Settings.rules | 2 +- winbuild/Unistd.rules | 2 +- winbuild/Version.rules | 2 +- winbuild/moc.rules | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 1f472e6..f0c3a03 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -17,7 +17,7 @@ all: language config.doc FORCE export DOXYGEN_DOCDIR; \ VERSION=$(VERSION) ; \ export VERSION; \ - $(DOXYGEN)/bin/doxygen + "$(DOXYGEN)/bin/doxygen" @rm -f ../latex/refman.tex @cp doxygen_logo*.gif ../html @cp Makefile.latex ../latex/Makefile diff --git a/winbuild/Config.rules b/winbuild/Config.rules index 040fc65..788497d 100644 --- a/winbuild/Config.rules +++ b/winbuild/Config.rules @@ -7,7 +7,7 @@ @@ -958,7 +958,7 @@ @@ -968,7 +968,7 @@ @@ -978,7 +978,7 @@ diff --git a/winbuild/Gen_head.rules b/winbuild/Gen_head.rules index 9f1e13d..c2e7550 100644 --- a/winbuild/Gen_head.rules +++ b/winbuild/Gen_head.rules @@ -7,7 +7,7 @@