Skip to content

Commit

Permalink
Modified for NetWare.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anantha Kesari H Y committed Jan 3, 2003
1 parent 3149fc7 commit 32ef849
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions ext/ldap/ldap.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions ext/mysql/mysql.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions ext/xml/xml.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions netware/phplib.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 32ef849

Please sign in to comment.