mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +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)
|
||||
|
||||
# Options needed
|
||||
ifneq ("$(FPC_VERSION)","0.99.10")
|
||||
ifndef BROWSER
|
||||
NEEDOPT=-b-
|
||||
endif
|
||||
endif
|
||||
|
||||
# Where to place the result files
|
||||
TARGETDIR=.
|
||||
@ -279,7 +281,10 @@ ipc$(PPUEXT) : ipc.pp linux$(PPUEXT) $(SYSTEMPPU)
|
||||
|
||||
#
|
||||
# $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
|
||||
#
|
||||
# Revision 1.22 1999/05/03 23:30:28 peter
|
||||
|
@ -34,9 +34,11 @@ INC=$(RTL)/inc
|
||||
PROCINC=$(RTL)/$(CPU)
|
||||
|
||||
# Needed options
|
||||
ifneq ("$(FPC_VERSION)","0.99.10")
|
||||
ifndef BROWSER
|
||||
NEEDOPT=-b-
|
||||
endif
|
||||
endif
|
||||
|
||||
# Where to place the result files
|
||||
TARGETDIR=.
|
||||
@ -376,7 +378,10 @@ endif
|
||||
|
||||
#
|
||||
# $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
|
||||
#
|
||||
# Revision 1.27 1999/04/28 11:42:50 peter
|
||||
|
Loading…
Reference in New Issue
Block a user