mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* Also recognize mingw gdb on -D__USE_MINGW_ACCESS option
git-svn-id: trunk@16319 -
This commit is contained in:
parent
6d89ec4ee4
commit
041720e285
@ -134,6 +134,9 @@ BEGIN {
|
||||
use_mingw=1
|
||||
}
|
||||
}
|
||||
if ( list[i] ~ /-D__USE_MINGW_/ ) {
|
||||
use_mingw=1
|
||||
}
|
||||
if ( list[i] ~ /lib[^ ]*\.so/ ) {
|
||||
dynamiclib = gensub (/([^ ]*)(lib[^ ]*\.so)/,"{$LINKLIB \\2} { found in \\1 }","g",list[i]);
|
||||
librarypath = gensub (/([^ ]*)(lib[^ ]*\.so)/,"{$LIBRARYPATH \\1} { for \\2 }","g",list[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user