adding hack to change PUBLIC variable

This has no effect until some other changes to SeaMonkey
This commit is contained in:
andreas.otte%primus-online.de 1999-06-17 19:07:58 +00:00
Родитель c0a1f8bb57
Коммит a6a5bc0774
11 изменённых файлов: 57 добавлений и 8 удалений

Просмотреть файл

@ -53,4 +53,9 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

Просмотреть файл

@ -46,10 +46,9 @@ MKSHLIB :=
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

Просмотреть файл

@ -44,6 +44,11 @@ LOCAL_INCLUDES += \
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
ifeq ($(OS_ARCH),HP-UX)
EXTRA_DSO_LDOPTS = -c objs/objslist
else

Просмотреть файл

@ -34,4 +34,9 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

Просмотреть файл

@ -43,6 +43,11 @@ MKSHLIB :=
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

Просмотреть файл

@ -34,4 +34,9 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

Просмотреть файл

@ -37,6 +37,11 @@ REQUIRES = xpcom netwerk raptor
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
TARGET = $(LIBARY)
include $(DEPTH)/config/rules.mk

Просмотреть файл

@ -36,4 +36,9 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

Просмотреть файл

@ -37,6 +37,11 @@ MODULE = netwerk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
TARGET = $(LIBARY)
include $(DEPTH)/config/rules.mk

Просмотреть файл

@ -43,4 +43,9 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

Просмотреть файл

@ -35,8 +35,8 @@ CPPSRCS = \
nsHTTPResponse.cpp \
$(NULL)
EXPORTS= \
nsHTTPCID.h \
EXPORTS= \
nsHTTPCID.h \
$(NULL)
REQUIRES = xpcom netwerk raptor
@ -45,6 +45,11 @@ MODULE = netwerk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
TARGET = $(LIBARY)
include $(DEPTH)/config/rules.mk