mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 06:40:56 +02:00
improved parsing directory changes by make
git-svn-id: trunk@6313 -
This commit is contained in:
parent
2679c1cd94
commit
7eedd59d2a
@ -735,7 +735,7 @@ end;
|
|||||||
|
|
||||||
procedure TOutputFilter.InternalSetCurrentDirectory(const Dir: string);
|
procedure TOutputFilter.InternalSetCurrentDirectory(const Dir: string);
|
||||||
begin
|
begin
|
||||||
fCurrentDirectory:=TrimFilename(AppendPathDelim(Dir));
|
fCurrentDirectory:=TrimFilename(AppendPathDelim(SetDirSeparators(Dir)));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TOutputFilter.Destroy;
|
destructor TOutputFilter.Destroy;
|
||||||
|
@ -23,6 +23,10 @@ SET FPCBINDIR=c:\lazarus\source\fpcbindir
|
|||||||
:: it should have the debugger with the name gdb.exe in its bin subdirectory
|
:: it should have the debugger with the name gdb.exe in its bin subdirectory
|
||||||
SET GDBDIR=c:\lazarus\source\mingw
|
SET GDBDIR=c:\lazarus\source\mingw
|
||||||
|
|
||||||
|
:: Path to the directory containing the mingw gdb debugger installation
|
||||||
|
:: it should have the debugger with the name gdb.exe in its bin subdirectory
|
||||||
|
SET GDBDIR=c:\lazarus\source\mingw
|
||||||
|
|
||||||
:: Path to build directory.
|
:: Path to build directory.
|
||||||
:: In this directory an image of the installation will be built.
|
:: In this directory an image of the installation will be built.
|
||||||
SET BUILDDIR=c:\temp\lazbuild
|
SET BUILDDIR=c:\temp\lazbuild
|
||||||
|
Loading…
Reference in New Issue
Block a user