+ Handle gdblib.inc include file in GDBLibDir

git-svn-id: trunk@20167 -
This commit is contained in:
pierre 2012-01-25 07:26:07 +00:00
parent 5694514ebc
commit 14edbfe855

View File

@ -81,6 +81,13 @@ begin
begin
Installer.BuildEngine.Log(vlCommand,'Using GDB')
end;
// Detect if gdblib.inc is available
if FileExists(GDBLibDir+PathDelim+'gdblib.inc') then
begin
P.Options.Add('-dUSE_GDBLIBINC');
P.Options.Add('-Fi'+GdbLibDir);
Installer.BuildEngine.Log(vlCommand,'Using gdblib.inc include file')
end;
end
else
begin