Fixed more problems with build.
git-svn-id: svn://10.0.0.236/branches/SOAP_20010403_BRANCH@108862 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = xmlextras
|
||||
LIBRARY_NAME = xmlextrassoap_s
|
||||
REQUIRES = xpcom string caps dom js widget xpconnect necko
|
||||
REQUIRES = xpcom string caps dom js widget xpconnect necko schema
|
||||
|
||||
CPPSRCS = \
|
||||
nsDefaultSOAPEncoder.cpp\
|
||||
|
||||
@@ -122,6 +122,7 @@ public:\
|
||||
NS_DECL_NSISOAPENCODER\
|
||||
NS_DECL_NSISOAPDECODER\
|
||||
};\
|
||||
NS_IMPL_ISUPPORTS2(ns##name##Encoder,nsISOAPEncoder,nsISOAPDecoder) \
|
||||
ns##name##Encoder::ns##name##Encoder() {NS_INIT_ISUPPORTS();}\
|
||||
ns##name##Encoder::~ns##name##Encoder() {}
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = xmlextras
|
||||
LIBRARY_NAME = xmlextrassoap_s
|
||||
REQUIRES = xpcom string caps dom js widget xpconnect necko
|
||||
REQUIRES = xpcom string caps dom js widget xpconnect necko schema
|
||||
|
||||
CPPSRCS = \
|
||||
nsDefaultSOAPEncoder.cpp\
|
||||
|
||||
@@ -122,6 +122,7 @@ public:\
|
||||
NS_DECL_NSISOAPENCODER\
|
||||
NS_DECL_NSISOAPDECODER\
|
||||
};\
|
||||
NS_IMPL_ISUPPORTS2(ns##name##Encoder,nsISOAPEncoder,nsISOAPDecoder) \
|
||||
ns##name##Encoder::ns##name##Encoder() {NS_INIT_ISUPPORTS();}\
|
||||
ns##name##Encoder::~ns##name##Encoder() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user