Changes to support liveconnect security using ProxyJNI

This commit is contained in:
sudu%netscape.com 1998-11-03 00:21:47 +00:00
parent 373c0da023
commit 9972a1eb7b
3 changed files with 10 additions and 4 deletions

View File

@ -14,7 +14,9 @@ ifdef MOZ_OJI
LIBRARY_NAME = oji
CPPSRCS = jvmmgr.cpp \
scd.cpp
scd.cpp \
ProxyJNI.cpp \
nsCSecurityContext.cpp
REQUIRES = img java js lay layer plugin plugimpl pref style util xpcom raptor oji caps
LCFLAGS += -DJSJDLL=\"$(JSJDLL)\"

View File

@ -19,7 +19,9 @@ ifdef MOZ_OJI
LIBRARY_NAME = oji
CPPSRCS = jvmmgr.cpp \
scd.cpp
scd.cpp \
ProxyJNI.cpp \
nsCSecurityContext.cpp
REQUIRES = img java js lay layer plugin plugimpl pref style util xpcom raptor oji caps
CFLAGS += -DJSJDLL=\"$(JSJDLL)\"

View File

@ -37,7 +37,9 @@ PDBFILE=$(LIBNAME).pdb
#//------------------------------------------------------------------------
OBJS = .\$(OBJDIR)\jvmmgr.obj \
.\$(OBJDIR)\scd.obj
.\$(OBJDIR)\scd.obj \
.\$(OBJDIR)\ProxyJNI.obj \
.\$(OBJDIR)\nsCSecurityContext.obj
#//------------------------------------------------------------------------
#//
@ -82,7 +84,7 @@ LINCS= $(LINCS) -I_jri \
$(NULL)
CSRCS = jvmmgr.cpp \
scd.cpp
scd.cpp
!endif # MOZ_OJI