mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 08:09:22 +02:00
MG: fpc 1.1: linux.pp is replaced by unix.pp
git-svn-id: trunk@367 -
This commit is contained in:
parent
74d3d43522
commit
c0793a8529
@ -2,7 +2,11 @@
|
|||||||
lazconf.inc
|
lazconf.inc
|
||||||
***************************************************************************}
|
***************************************************************************}
|
||||||
uses
|
uses
|
||||||
|
{$IFDEF VER1_1}
|
||||||
|
unix;
|
||||||
|
{$ELSE}
|
||||||
linux;
|
linux;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
var
|
var
|
||||||
PrimaryConfigPath,
|
PrimaryConfigPath,
|
||||||
@ -84,6 +88,9 @@ initialization
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.3 2001/10/24 09:51:40 lazarus
|
||||||
|
MG: fpc 1.1: linux.pp is replaced by unix.pp
|
||||||
|
|
||||||
Revision 1.2 2001/05/27 11:52:01 lazarus
|
Revision 1.2 2001/05/27 11:52:01 lazarus
|
||||||
MG: added --primary-config-path=<filename> cmd line option
|
MG: added --primary-config-path=<filename> cmd line option
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user