mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 21:39:39 +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);
|
||||
begin
|
||||
fCurrentDirectory:=TrimFilename(AppendPathDelim(Dir));
|
||||
fCurrentDirectory:=TrimFilename(AppendPathDelim(SetDirSeparators(Dir)));
|
||||
end;
|
||||
|
||||
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
|
||||
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.
|
||||
:: In this directory an image of the installation will be built.
|
||||
SET BUILDDIR=c:\temp\lazbuild
|
||||
|
Loading…
Reference in New Issue
Block a user