Ver Fonte

* 0.99.10 check for browser

peter há 26 anos atrás
pai
commit
337d303bbe
2 ficheiros alterados com 12 adições e 2 exclusões
  1. 6 1
      rtl/linux/Makefile
  2. 6 1
      rtl/win32/Makefile

+ 6 - 1
rtl/linux/Makefile

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

+ 6 - 1
rtl/win32/Makefile

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