Browse Source

* fixed smartlinking switch

peter 26 years ago
parent
commit
e581315d3b
1 changed files with 5 additions and 2 deletions
  1. 5 2
      base/makefile.fpc

+ 5 - 2
base/makefile.fpc

@@ -526,7 +526,7 @@ endif
 
 # Smartlinking
 ifeq ($(SMARTLINK),YES)
-override PPOPT+=-Cx
+override PPOPT+=-CX
 endif
 
 # Add defines from PPOPTDEF to PPOPT
@@ -1052,7 +1052,10 @@ endif
 
 #
 # $Log$
-# Revision 1.46  1999-08-30 12:07:43  pierre
+# Revision 1.47  1999-09-27 08:08:15  peter
+#   * fixed smartlinking switch
+#
+# Revision 1.46  1999/08/30 12:07:43  pierre
 #  * use unitdir only if existing and non empty
 #
 # Revision 1.45  1999/08/19 06:50:25  michael