mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Make SOAP build again on Mac. Doesn't affect default build.
This commit is contained in:
parent
26899eab0b
commit
b385bfa7d0
@ -882,6 +882,7 @@ sub BuildClientDist()
|
||||
}
|
||||
if ($main::options{soap})
|
||||
{
|
||||
InstallFromManifest(":mozilla:extensions:xmlextras:proxy:public:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
InstallFromManifest(":mozilla:extensions:xmlextras:schema:public:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
InstallFromManifest(":mozilla:extensions:xmlextras:soap:public:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
InstallFromManifest(":mozilla:extensions:xmlextras:wsdl:public:MANIFEST_IDL", "$distdirectory:idl:");
|
||||
@ -1199,9 +1200,10 @@ sub BuildIDLProjects()
|
||||
}
|
||||
if ($main::options{soap})
|
||||
{
|
||||
BuildIDLProject(":mozilla:extensions:xmlextras:macbuild:xmlwsproxyIDL.xml", "wsproxy");
|
||||
BuildIDLProject(":mozilla:extensions:xmlextras:macbuild:xmlschemaIDL.xml", "xmlschema");
|
||||
BuildIDLProject(":mozilla:extensions:xmlextras:macbuild:xmlsoapIDL.xml", "xmlsoap");
|
||||
BuildIDLProject(":mozilla:extensions:xmlextras:macbuild:xmlwsdlIDL.xml", "xmlwsdl");
|
||||
BuildIDLProject(":mozilla:extensions:xmlextras:macbuild:xmlwsdlIDL.xml", "wsdl");
|
||||
}
|
||||
|
||||
if ($main::options{inspector})
|
||||
|
Loading…
Reference in New Issue
Block a user