MG: fpc 1.1: linux.pp is replaced by unix.pp

git-svn-id: trunk@367 -
This commit is contained in:
lazarus 2001-10-24 09:51:40 +00:00
parent 74d3d43522
commit c0793a8529

View File

@ -2,7 +2,11 @@
lazconf.inc
***************************************************************************}
uses
{$IFDEF VER1_1}
unix;
{$ELSE}
linux;
{$ENDIF}
var
PrimaryConfigPath,
@ -84,6 +88,9 @@ initialization
{
$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
MG: added --primary-config-path=<filename> cmd line option