improved parsing directory changes by make

git-svn-id: trunk@6313 -
This commit is contained in:
vincents 2004-11-29 07:17:34 +00:00
parent 2679c1cd94
commit 7eedd59d2a
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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