mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 10:19:12 +02:00
* browser off by default
This commit is contained in:
parent
3f4d7c46ab
commit
1184d1d208
@ -33,6 +33,11 @@ RTL=..
|
||||
INC=$(RTL)/inc
|
||||
PROCINC=$(RTL)/$(CPU)
|
||||
|
||||
# Needed options
|
||||
ifndef BROWSER
|
||||
NEEDOPT=-b-
|
||||
endif
|
||||
|
||||
# Where to place the result files
|
||||
TARGETDIR=.
|
||||
|
||||
@ -248,7 +253,10 @@ msmouse$(PPUEXT) : msmouse.pp $(SYSTEMPPU)
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.12 1999-04-22 10:56:31 peter
|
||||
# Revision 1.13 1999-05-04 11:59:42 peter
|
||||
# * browser off by default
|
||||
#
|
||||
# Revision 1.12 1999/04/22 10:56:31 peter
|
||||
# * fixed sysutils dependencys
|
||||
# * objpas files are agian in the main Makefile, makefile.op is obsolete
|
||||
#
|
||||
|
@ -33,6 +33,11 @@ RTL=..
|
||||
INC=$(RTL)/inc
|
||||
PROCINC=$(RTL)/$(CPU)
|
||||
|
||||
# Options needed
|
||||
ifndef BROWSER
|
||||
NEEDOPT=-b-
|
||||
endif
|
||||
|
||||
# Where to place the result files
|
||||
TARGETDIR=.
|
||||
|
||||
@ -274,7 +279,10 @@ ipc$(PPUEXT) : ipc.pp linux$(PPUEXT) $(SYSTEMPPU)
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.22 1999-05-03 23:30:28 peter
|
||||
# Revision 1.23 1999-05-04 11:59:45 peter
|
||||
# * browser off by default
|
||||
#
|
||||
# Revision 1.22 1999/05/03 23:30:28 peter
|
||||
# * small update
|
||||
# * uses gprt1 again for gprt21 becuase gprt21.as crashes
|
||||
#
|
||||
|
@ -33,6 +33,11 @@ RTL=..
|
||||
INC=$(RTL)/inc
|
||||
PROCINC=$(RTL)/$(CPU)
|
||||
|
||||
# Needed options
|
||||
ifndef BROWSER
|
||||
NEEDOPT=-b-
|
||||
endif
|
||||
|
||||
# Where to place the result files
|
||||
TARGETDIR=.
|
||||
|
||||
@ -371,7 +376,10 @@ endif
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.27 1999-04-28 11:42:50 peter
|
||||
# Revision 1.28 1999-05-04 11:59:52 peter
|
||||
# * browser off by default
|
||||
#
|
||||
# Revision 1.27 1999/04/28 11:42:50 peter
|
||||
# + FileNameCaseSensetive boolean
|
||||
#
|
||||
# Revision 1.26 1999/04/22 10:56:33 peter
|
||||
|
Loading…
Reference in New Issue
Block a user