reimplement cookie viewer

git-svn-id: svn://10.0.0.236/trunk@33787 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1999-06-04 21:51:57 +00:00
parent 0dd33f2e12
commit e9875f87c5
29 changed files with 4890 additions and 711 deletions

View File

@@ -30,6 +30,10 @@ CSRCS = \
mkaccess.c \
$(NULL)
CPPSRCS = \
nsCookie.cpp \
$(NULL)
ifdef MOZ_BRPROF
CPPSRCS += nsGetBrowsingProfile.cpp
endif

View File

@@ -47,6 +47,7 @@ OBJS= \
CPP_OBJS= \
.\$(OBJDIR)\nsGetBrowsingProfile.obj \
.\$(OBJDIR)\nsCookie.obj \
$(NULL)
CSRCS = \
@@ -56,6 +57,7 @@ CSRCS = \
CPPSRCS = \
nsGetBrowsingProfile.cpp \
nsCookie.cpp \
$(NULL)
LIBRARY_NAME=httpurl
@@ -89,6 +91,9 @@ LINCS= \
-I$(PUBLIC)\xpcom \
-I$(PUBLIC)\brprof \
-I$(PUBLIC)\raptor \
-I$(PUBLIC)\netlib \
-I$(PUBLIC)\intl \
-I$(PUBLIC)\locale \
$(NULL)
#!endif

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff