mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:59:11 +02:00
* version number changed to 0.99.8
This commit is contained in:
parent
8861c72aef
commit
a60e64a2e5
@ -118,9 +118,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.7
|
LIBINSTALLDIR=/usr/lib/fpc/0.99.8
|
||||||
# for a.out
|
# for a.out
|
||||||
# LIBINSTALLDIR=/usr/lib/ppc/aout/0.99.7
|
# LIBINSTALLDIR=/usr/lib/ppc/aout/0.99.8
|
||||||
else
|
else
|
||||||
LIBINSTALLDIR=$(PROGINSTALLDIR)
|
LIBINSTALLDIR=$(PROGINSTALLDIR)
|
||||||
endif
|
endif
|
||||||
@ -330,7 +330,7 @@ endif
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
msgtxt.inc: $(MSGFILE)
|
msgtxt.inc: $(MSGFILE)
|
||||||
msg2inc $(MSGFILE) msg msg
|
$(RTLDIR)/utils/msg2inc $(MSGFILE) msg msg
|
||||||
|
|
||||||
msg: msgtxt.inc
|
msg: msgtxt.inc
|
||||||
|
|
||||||
@ -506,7 +506,10 @@ test:
|
|||||||
# Test of log at the end
|
# Test of log at the end
|
||||||
# does CVS add # at start of each line ??
|
# does CVS add # at start of each line ??
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.29 1998-09-02 08:51:30 pierre
|
# Revision 1.30 1998-09-09 18:17:15 florian
|
||||||
|
# * version number changed to 0.99.8
|
||||||
|
#
|
||||||
|
# Revision 1.29 1998/09/02 08:51:30 pierre
|
||||||
# + added -s support must be defined as LOCALOPT
|
# + added -s support must be defined as LOCALOPT
|
||||||
# because it does not work for rtl building
|
# because it does not work for rtl building
|
||||||
# + added some compilation time info
|
# + added some compilation time info
|
||||||
|
Loading…
Reference in New Issue
Block a user