]> granicus.if.org Git - php/commitdiff
Modified for NetWare.
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 3 Jan 2003 14:31:31 +0000 (14:31 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 3 Jan 2003 14:31:31 +0000 (14:31 +0000)
ext/ldap/ldap.mak
ext/mysql/mysql.mak
ext/xml/xml.mak
netware/phplib.mak

index 52db328f78b5aa28e29f7be9967ae5a0696962a0..6f0d1dbb0e089de3fd9ba66e644af0ad66f1005f 100644 (file)
@@ -134,8 +134,6 @@ ifeq '$(BUILD)' 'debug'
        @echo Debug >> $(basename $@).def
 endif
        @echo Flag_On 0x00000008 >> $(basename $@).def
-#      @echo Start _NonAppStart >> $(basename $@).def
-#      @echo Exit _NonAppStop >> $(basename $@).def
        @echo Start _LibCPrelude >> $(basename $@).def
        @echo Exit _LibCPostlude >> $(basename $@).def
 
index ffdf6f20a45b98356a06a57fa3f8e67c0202e656..5f011894137709f047a30a52aa4457d353ae0181 100644 (file)
@@ -131,8 +131,6 @@ ifeq '$(BUILD)' 'debug'
        @echo Debug >> $(basename $@).def
 endif
        @echo Flag_On 0x00000008 >> $(basename $@).def
-#      @echo Start _NonAppStart >> $(basename $@).def
-#      @echo Exit _NonAppStop >> $(basename $@).def
        @echo Start _LibCPrelude >> $(basename $@).def
        @echo Exit _LibCPostlude >> $(basename $@).def
 
index 40d4525c081857e7fef28176c4998a3f5f9dc99e..971008d661271cdbd3516da5d461d90771fae022 100644 (file)
@@ -133,8 +133,6 @@ ifeq '$(BUILD)' 'debug'
        @echo Debug >> $(basename $@).def
 endif
        @echo Flag_On 0x00000008 >> $(basename $@).def
-#      @echo Start _NonAppStart >> $(basename $@).def
-#      @echo Exit _NonAppStop >> $(basename $@).def
        @echo Start _LibCPrelude >> $(basename $@).def
        @echo Exit _LibCPostlude >> $(basename $@).def
 
index 7d70e0e666412a93d584e1c7ade03bd4e75c14e3..d6ec83f18758b04395eb7e7d30cd3eef93a43b53 100644 (file)
@@ -82,6 +82,7 @@ C_SRC = ext/bcmath/bcmath.c \
         ext/standard/exec.c \
         ext/standard/file.c \
         ext/standard/filestat.c \
+        ext/standard/filters.c \
         ext/standard/flock_compat.c \
         ext/standard/formatted_print.c \
         ext/standard/fsock.c \
@@ -116,6 +117,7 @@ C_SRC = ext/bcmath/bcmath.c \
         ext/standard/strnatcmp.c \
         ext/standard/type.c \
         ext/standard/uniqid.c \
+        ext/standard/user_filters.c \
         ext/standard/url.c \
         ext/standard/url_scanner.c \
         ext/standard/url_scanner_ex.c \
@@ -303,8 +305,6 @@ ifeq '$(BUILD)' 'debug'
        @echo Debug >> $(basename $@).def
 endif
        @echo Flag_On 0x00000008 >> $(basename $@).def
-#      @echo Start _NonAppStart >> $(basename $@).def
-#      @echo Exit _NonAppStop >> $(basename $@).def
        @echo Start _LibCPrelude >> $(basename $@).def
        @echo Exit _LibCPostlude >> $(basename $@).def