mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 18:09:31 +02:00
+ Upgraded version number to 0.99.5
This commit is contained in:
parent
5df76b0720
commit
0fdd9b4bd8
@ -97,9 +97,9 @@ endif
|
|||||||
# Where to install the _real_executable and support files
|
# Where to install the _real_executable and support files
|
||||||
ifndef LIBINSTALLDIR
|
ifndef LIBINSTALLDIR
|
||||||
ifdef inlinux
|
ifdef inlinux
|
||||||
LIBINSTALLDIR=/usr/lib/fpc/0.99.0
|
LIBINSTALLDIR=/usr/lib/fpc/0.99.5
|
||||||
# for a.out
|
# for a.out
|
||||||
# LIBINSTALLDIR=/usr/lib/ppc/aout/0.99.0
|
# LIBINSTALLDIR=/usr/lib/ppc/aout/0.99.5
|
||||||
else
|
else
|
||||||
LIBINSTALLDIR=$(PROGINSTALLDIR)
|
LIBINSTALLDIR=$(PROGINSTALLDIR)
|
||||||
endif
|
endif
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
# set the directory where to install the units.
|
# set the directory where to install the units.
|
||||||
ifndef UNITINSTALLDIR
|
ifndef UNITINSTALLDIR
|
||||||
UNITINSTALLDIR=/usr/lib/ppc/0.99.0/linuxunits
|
UNITINSTALLDIR=/usr/lib/ppc/0.99.5/linuxunits
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# set the directory where to install the libs (must exist)
|
# set the directory where to install the libs (must exist)
|
||||||
|
@ -20,7 +20,7 @@ PP=ppc386
|
|||||||
# this directry will be created, and the system dependent
|
# this directry will be created, and the system dependent
|
||||||
# files will be set there.
|
# files will be set there.
|
||||||
# For linux:
|
# For linux:
|
||||||
UNITINSTALLDIR=/usr/lib/ppc/0.99.0
|
UNITINSTALLDIR=/usr/lib/ppc/0.99.5
|
||||||
# For dos/os2 :
|
# For dos/os2 :
|
||||||
# UNITINSTALLDIR=\pp\units
|
# UNITINSTALLDIR=\pp\units
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user