From 0896ad01516dd8b11172b8a9c11cc906039dae19 Mon Sep 17 00:00:00 2001 From: borutr Date: Mon, 30 Apr 2007 18:14:17 +0000 Subject: [PATCH] * doc/sdccman.lyx: fixed bug #1669175: Problem with space in output paths documented how to use paths with spaces for Windows users git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4782 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 6 ++++ doc/sdccman.lyx | 67 +++++++++++++++++++++++++++++++++-- sim/ucsim/cmd.src/FlexLexer.h | 0 3 files changed, 71 insertions(+), 2 deletions(-) create mode 100644 sim/ucsim/cmd.src/FlexLexer.h diff --git a/ChangeLog b/ChangeLog index 08bb2a81..6bd0cf01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-30 Borut Razem + + * doc/sdccman.lyx: + fixed bug #1669175: Problem with space in output paths + documented how to use paths with spaces for Windows users + 2007-04-29 Borut Razem * Fixed svn:eol-style and svn:keywords properties diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index 074ccaeb..12c56e8d 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -9031,11 +9031,74 @@ status collapsed \series default -The output path resp. - file where everything will be placed. +The output path where everything will be placed or the file name used for + all generated output files. If the parameter is a path, it must have a trailing slash (or backslash for the Windows binaries) to be recognized as a path. + +\emph on +\emph default +Note for Windows users: if the path contains spaces, it should be surrounded + by quotes. + The trailing backslash should be doubled in order to prevent escaping the + final quote, for example: +\emph on +-o +\begin_inset Quotes sld +\end_inset + +F: +\backslash +Projects +\backslash +test3 +\backslash +output 1 +\backslash + +\backslash + +\begin_inset Quotes srd +\end_inset + + +\emph default + or put after the final quote, for example: +\emph on +-o +\begin_inset Quotes sld +\end_inset + +F: +\backslash +Projects +\backslash +test3 +\backslash +output 1 +\begin_inset Quotes srd +\end_inset + + +\backslash + +\emph default +. + The path using slashes for directory delimiters can be used too, for example: + +\emph on +-o +\begin_inset Quotes sld +\end_inset + +F:/Projects/test3/output 1/ +\begin_inset Quotes srd +\end_inset + + +\emph default +. \end_layout \begin_layout List diff --git a/sim/ucsim/cmd.src/FlexLexer.h b/sim/ucsim/cmd.src/FlexLexer.h new file mode 100644 index 00000000..e69de29b -- 2.30.2