Modified for NetWare.

This commit is contained in:
Anantha Kesari H Y 2003-01-03 14:31:31 +00:00
parent 3149fc7c40
commit 32ef849171
4 changed files with 2 additions and 8 deletions

View 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

View 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

View 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

View 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