mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* preparation for mingw debug info, Mantis 11968 as researched by Mario Mahardhika
git-svn-id: trunk@13131 -
This commit is contained in:
parent
448b621ff4
commit
6eeab240ba
@ -130,9 +130,11 @@ begin
|
||||
{$endif win32}
|
||||
s[i]:='/';
|
||||
{$ifdef win32}
|
||||
{$ifndef USE_MINGW_GDB}
|
||||
{ for win32 we should convert e:\ into //e/ PM }
|
||||
if (length(s)>2) and (s[2]=':') and (s[3]='/') then
|
||||
s:=CygDrivePrefix+'/'+s[1]+copy(s,3,length(s));
|
||||
{$endif USE_MINGW_GDB}
|
||||
{$endif win32}
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user