mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 10:19:17 +02:00
* 0.99.10 check for browser
This commit is contained in:
parent
4841b4236c
commit
337d303bbe
@ -34,9 +34,11 @@ INC=$(RTL)/inc
|
|||||||
PROCINC=$(RTL)/$(CPU)
|
PROCINC=$(RTL)/$(CPU)
|
||||||
|
|
||||||
# Options needed
|
# Options needed
|
||||||
|
ifneq ("$(FPC_VERSION)","0.99.10")
|
||||||
ifndef BROWSER
|
ifndef BROWSER
|
||||||
NEEDOPT=-b-
|
NEEDOPT=-b-
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# Where to place the result files
|
# Where to place the result files
|
||||||
TARGETDIR=.
|
TARGETDIR=.
|
||||||
@ -279,7 +281,10 @@ ipc$(PPUEXT) : ipc.pp linux$(PPUEXT) $(SYSTEMPPU)
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.23 1999-05-04 11:59:45 peter
|
# Revision 1.24 1999-05-05 22:24:08 peter
|
||||||
|
# * 0.99.10 check for browser
|
||||||
|
#
|
||||||
|
# Revision 1.23 1999/05/04 11:59:45 peter
|
||||||
# * browser off by default
|
# * browser off by default
|
||||||
#
|
#
|
||||||
# Revision 1.22 1999/05/03 23:30:28 peter
|
# Revision 1.22 1999/05/03 23:30:28 peter
|
||||||
|
@ -34,9 +34,11 @@ INC=$(RTL)/inc
|
|||||||
PROCINC=$(RTL)/$(CPU)
|
PROCINC=$(RTL)/$(CPU)
|
||||||
|
|
||||||
# Needed options
|
# Needed options
|
||||||
|
ifneq ("$(FPC_VERSION)","0.99.10")
|
||||||
ifndef BROWSER
|
ifndef BROWSER
|
||||||
NEEDOPT=-b-
|
NEEDOPT=-b-
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# Where to place the result files
|
# Where to place the result files
|
||||||
TARGETDIR=.
|
TARGETDIR=.
|
||||||
@ -376,7 +378,10 @@ endif
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.28 1999-05-04 11:59:52 peter
|
# Revision 1.29 1999-05-05 22:24:09 peter
|
||||||
|
# * 0.99.10 check for browser
|
||||||
|
#
|
||||||
|
# Revision 1.28 1999/05/04 11:59:52 peter
|
||||||
# * browser off by default
|
# * browser off by default
|
||||||
#
|
#
|
||||||
# Revision 1.27 1999/04/28 11:42:50 peter
|
# Revision 1.27 1999/04/28 11:42:50 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user