mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Changes to support liveconnect security using ProxyJNI
This commit is contained in:
parent
373c0da023
commit
9972a1eb7b
@ -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)\"
|
||||
|
@ -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)\"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user