Browse Source

* browser off by default

peter 26 years ago
parent
commit
1184d1d208
3 changed files with 27 additions and 3 deletions
  1. 9 1
      rtl/go32v2/Makefile
  2. 9 1
      rtl/linux/Makefile
  3. 9 1
      rtl/win32/Makefile

+ 9 - 1
rtl/go32v2/Makefile

@@ -33,6 +33,11 @@ RTL=..
 INC=$(RTL)/inc
 INC=$(RTL)/inc
 PROCINC=$(RTL)/$(CPU)
 PROCINC=$(RTL)/$(CPU)
 
 
+# Needed options
+ifndef BROWSER
+NEEDOPT=-b-
+endif
+ 
 # Where to place the result files
 # Where to place the result files
 TARGETDIR=.
 TARGETDIR=.
 
 
@@ -248,7 +253,10 @@ msmouse$(PPUEXT) : msmouse.pp $(SYSTEMPPU)
 
 
 #
 #
 # $Log$
 # $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
 #   * fixed sysutils dependencys
 #   * objpas files are agian in the main Makefile, makefile.op is obsolete
 #   * objpas files are agian in the main Makefile, makefile.op is obsolete
 #
 #

+ 9 - 1
rtl/linux/Makefile

@@ -33,6 +33,11 @@ RTL=..
 INC=$(RTL)/inc
 INC=$(RTL)/inc
 PROCINC=$(RTL)/$(CPU)
 PROCINC=$(RTL)/$(CPU)
 
 
+# Options needed
+ifndef BROWSER
+NEEDOPT=-b-
+endif
+
 # Where to place the result files
 # Where to place the result files
 TARGETDIR=.
 TARGETDIR=.
 
 
@@ -274,7 +279,10 @@ ipc$(PPUEXT) : ipc.pp linux$(PPUEXT) $(SYSTEMPPU)
 
 
 #
 #
 # $Log$
 # $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
 #   * small update
 #   * uses gprt1 again for gprt21 becuase gprt21.as crashes
 #   * uses gprt1 again for gprt21 becuase gprt21.as crashes
 #
 #

+ 9 - 1
rtl/win32/Makefile

@@ -33,6 +33,11 @@ RTL=..
 INC=$(RTL)/inc
 INC=$(RTL)/inc
 PROCINC=$(RTL)/$(CPU)
 PROCINC=$(RTL)/$(CPU)
 
 
+# Needed options
+ifndef BROWSER
+NEEDOPT=-b-
+endif
+
 # Where to place the result files
 # Where to place the result files
 TARGETDIR=.
 TARGETDIR=.
 
 
@@ -371,7 +376,10 @@ endif
 
 
 #
 #
 # $Log$
 # $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
 #   + FileNameCaseSensetive boolean
 #
 #
 # Revision 1.26  1999/04/22 10:56:33  peter
 # Revision 1.26  1999/04/22 10:56:33  peter