mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
Backing out buildsystem aspects of the Java interface backend to xpidl until we can land them safely xp. The xpidl_java.c backend remains.
This commit is contained in:
parent
254f533268
commit
ddc3eece85
@ -29,7 +29,6 @@ CSRCS = \
|
||||
xpidl_header.c \
|
||||
xpidl_typelib.c \
|
||||
xpidl_doc.c \
|
||||
xpidl_java.c \
|
||||
$(NULL)
|
||||
|
||||
# Compile directly against the static lib, so we can use xpidl during the build
|
||||
|
@ -26,7 +26,6 @@ static ModeData modes[] = {
|
||||
{"header", "Generate C++ header", "h", xpidl_header_dispatch},
|
||||
{"typelib", "Generate XPConnect typelib", "xpt", xpidl_typelib_dispatch},
|
||||
{"doc", "Generate HTML documentation", "html", xpidl_doc_dispatch},
|
||||
{"java", "Generate Java interface", "java", xpidl_java_dispatch},
|
||||
{0}
|
||||
};
|
||||
|
||||
|
@ -57,7 +57,6 @@ typedef nodeHandler *(*nodeHandlerFactory)();
|
||||
extern nodeHandler *xpidl_header_dispatch(void);
|
||||
extern nodeHandler *xpidl_typelib_dispatch(void);
|
||||
extern nodeHandler *xpidl_doc_dispatch(void);
|
||||
extern nodeHandler *xpidl_java_dispatch(void);
|
||||
|
||||
/*
|
||||
* nodeHandler that reports an error.
|
||||
|
Loading…
Reference in New Issue
Block a user