Ver código fonte

* Ran wrong fpcmake

marco 25 anos atrás
pai
commit
19fc1ff7b9
1 arquivos alterados com 7 adições e 1 exclusões
  1. 7 1
      utils/Makefile

+ 7 - 1
utils/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v1.00 [2000/10/18]
+# Makefile generated by fpcmake v1.00 [2000/10/19]
 #
 
 defaultrule: all
@@ -212,6 +212,9 @@ endif
 ifeq ($(OS_TARGET),os2)
 override PACKAGES+=paszlib
 endif
+ifeq ($(OS_TARGET),freebsd)
+override PACKAGES+=zlib
+endif
 
 # Libraries
 
@@ -540,6 +543,9 @@ endif
 ifeq ($(OS_TARGET),os2)
 PACKAGEPASZLIB=1
 endif
+ifeq ($(OS_TARGET),freebsd)
+PACKAGEZLIB=1
+endif
 
 ifdef PACKAGERTL
 ifneq ($(wildcard $(FPCDIR)/rtl),)