mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 15:09:28 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() at startup to avoid need of constant use of lowercase function. + Added RemoteShell, RemoteShellBase and RemoteShellNeedsExport to be able to set LD_LIBRARY_PATH on remote connections. (Other checks might be necessary to avoid use of wrong environment settings for other shells). + TargetIsUnix: New variable, based on UNIX presence within target_info.extadefines field. + SpliTFileBase: New function returning only base part. + LibraryExists: New function to see if a library was created, Library name is also constructed based on target_info fields. * ExecuteRemote,ExecuteEmulated: moved to global scope to allow use at start to check type of shell used. * RunExecutable: Adapted to set env. varaible LD_LIBRARY_PATH for remote connections. + MaybeCopyFiles: New function to separate file copy operations. + SetRemoteConfiguration: New function to set RemoteShellXXX variables. * RunTest: Use LibraryExists to avoid running a library and possibly copy library to remote. git-svn-id: trunk@19331 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |