Browse Source

* regenerated using latest fpcmake

peter 25 years ago
parent
commit
4593b33b56
2 changed files with 489 additions and 355 deletions
  1. 10 6
      fcl/linux/Makefile
  2. 479 349
      fcl/win32/Makefile

+ 10 - 6
fcl/linux/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v0.99.13 [2000/01/18]
+# Makefile generated by fpcmake v0.99.13 [2000/01/25]
 #
 
 defaultrule: all
@@ -657,7 +657,6 @@ endif
 # Redirection
 #####################################################################
 
-# Release ? Then force OPT and don't use extra opts via commandline
 ifndef REDIRFILE
 REDIRFILE=log
 endif
@@ -717,9 +716,14 @@ override FPCOPT+=-g -dDEBUG
 endif
 
 # Release mode (strip, optimize and don't load ppc386.cfg)
+# 0.99.12b has a bug in the optimizer so don't use it by default
 ifdef RELEASE
+ifeq ($(FPC_VERSION),0.99.12)
+override FPCOPT+=-Xs -OGp3 -n
+else
 override FPCOPT+=-Xs -OG2p3 -n
 endif
+endif
 
 # Verbose settings (warning,note,info)
 ifdef VERBOSE
@@ -841,19 +845,19 @@ fpc_debug:
 
 %$(PPUEXT): %.pp
 	$(COMPILER) $< $(REDIR)
-	$(EXECPASS)
+	$(EXECPPAS)
 
 %$(PPUEXT): %.pas
 	$(COMPILER) $< $(REDIR)
-	$(EXECPASS)
+	$(EXECPPAS)
 
 %$(EXEEXT): %.pp
 	$(COMPILER) $< $(REDIR)
-	$(EXECPASS)
+	$(EXECPPAS)
 
 %$(EXEEXT): %.pas
 	$(COMPILER) $< $(REDIR)
-	$(EXECPASS)
+	$(EXECPPAS)
 
 #####################################################################
 # Library

File diff suppressed because it is too large
+ 479 - 349
fcl/win32/Makefile


Some files were not shown because too many files changed in this diff