[Lazarus] embed git version info
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Mar 28 13:33:59 CET 2013
On Thu, 28 Mar 2013 12:11:19 +0000
Mark Morgan Lloyd <markMLl.lazarus at telemetry.co.uk> wrote:
>[...]
> > The IDE converts \,/ in all paths when for example a project saved under
> > Windows is opened under Linux.
> > You can define OS dependent paths via the project macros. See project
> > options / compiler options / IDE Macros / Conditionals.
>
> Yes, but the backslashes in that command aren't paths.
Under Windows backslashes are typically directory separators, and often
parameters contain file names.
There is no simple way to tell what is what. The IDE must use a
simple and consistent way.
Maybe if both path delimiters are in a path, do not switch them.
>[...]
Mattias
More information about the Lazarus
mailing list