[lazarus] Unit path in win32 Lazarus IDE
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Sep 6 15:06:10 EDT 2003
On Sat, 6 Sep 2003 15:04:44 -0300
"pascalive" <pascalive at bol.com.br> wrote:
>
> The ide is creating wrong path for
> units in win32:
> -FuD:\cvs\lazarus\/lcl/units\
> -FuD:\cvs\lazarus\/lcl/units/gtk\
> -FuD:\cvs\lazarus\/packager/units\
> -Fu. -dLCL
>
> In the generated lpi file and at
> CompilerOptions Dlg the path
> delimetators are right but not in the
> Commandline passed to the compiler.
>
> I tried to find where the wrong values
> are set, without sucess.
>
> Mattias, can you fix it or give some
> hints how to do it?
I guess, the above paths are inherited from the built-in LCL and FCL
packages, which are created in packagesystem.pas. I added SetDirSeparators
calls.
Mattias
More information about the Lazarus
mailing list