* browser off by default

This commit is contained in:
peter 1999-05-04 11:59:42 +00:00
parent 3f4d7c46ab
commit 1184d1d208
3 changed files with 27 additions and 3 deletions

View File

@ -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
#

View File

@ -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
#

View File

@ -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