Browse Source

+ override EXECPPAS if LOCALOPT contains win32

pierre 26 years ago
parent
commit
762d6d4ade
1 changed files with 7 additions and 1 deletions
  1. 7 1
      compiler/Makefile

+ 7 - 1
compiler/Makefile

@@ -117,6 +117,9 @@ endif
 
 
 override COMPILER+=$(LOCALOPT)
 override COMPILER+=$(LOCALOPT)
 
 
+ifneq (,$(findstring -s ,$(LOCALOPT)))
+override EXECPPAS=@$(PPAS)
+endif
 
 
 # include OPT also for the RTL (also needed to pass the RELEASE options
 # include OPT also for the RTL (also needed to pass the RELEASE options
 # to the RTL !!)
 # to the RTL !!)
@@ -358,7 +361,10 @@ $(M68KEXENAME): $(PASFILES) $(INCFILES)
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.18  1999-03-09 01:35:48  peter
+# Revision 1.19  1999-03-10 12:30:12  pierre
+#  + override EXECPPAS if LOCALOPT contains win32
+#
+# Revision 1.18  1999/03/09 01:35:48  peter
 #   * makefile.fpc updates and defaultfpcdir var
 #   * makefile.fpc updates and defaultfpcdir var
 #
 #
 #
 #