Browse Source

* uses FPC_VERSION to get it to work undder v09910

pierre 26 years ago
parent
commit
b229e83941
1 changed files with 7 additions and 3 deletions
  1. 7 3
      rtl/go32v2/Makefile

+ 7 - 3
rtl/go32v2/Makefile

@@ -34,10 +34,12 @@ INC=$(RTL)/inc
 PROCINC=$(RTL)/$(CPU)
 PROCINC=$(RTL)/$(CPU)
 
 
 # Needed options
 # Needed options
+ifneq ("$(FPC_VERSION)","0.99.10")
 ifndef BROWSER
 ifndef BROWSER
 NEEDOPT=-b-
 NEEDOPT=-b-
 endif
 endif
- 
+endif 
+
 # Where to place the result files
 # Where to place the result files
 TARGETDIR=.
 TARGETDIR=.
 
 
@@ -134,7 +136,6 @@ include $(FPCMAKE)
 testfpcmake:
 testfpcmake:
 endif
 endif
 
 
-
 #####################################################################
 #####################################################################
 # Include system unit dependencies
 # Include system unit dependencies
 #####################################################################
 #####################################################################
@@ -253,7 +254,10 @@ msmouse$(PPUEXT) : msmouse.pp $(SYSTEMPPU)
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.13  1999-05-04 11:59:42  peter
+# Revision 1.14  1999-05-04 23:23:53  pierre
+#  * uses FPC_VERSION to get it to work undder v09910
+#
+# Revision 1.13  1999/05/04 11:59:42  peter
 #   * browser off by default
 #   * browser off by default
 #
 #
 # Revision 1.12  1999/04/22 10:56:31  peter
 # Revision 1.12  1999/04/22 10:56:31  peter