Restored nsIFileSpecWithUI.idl
git-svn-id: svn://10.0.0.236/trunk@36177 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -81,10 +81,12 @@ EXPORTS = \
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
MODULE = raptor
|
||||
XPILD_MODULE = widget
|
||||
XPIDL_MODULE = widget
|
||||
|
||||
XPIDLSRCS = nsISound.idl \
|
||||
$(NULL)
|
||||
XPIDLSRCS = \
|
||||
\nsIFileSpecWithUI.idl \
|
||||
\nsISound.idl \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
||||
@@ -22,8 +22,10 @@ DEFINES=-D_IMPL_NS_UI
|
||||
MODULE=raptor
|
||||
XPIDL_MODULE=widget
|
||||
|
||||
XPIDLSRCS = .\nsISound.idl \
|
||||
$(NULL)
|
||||
XPIDLSRCS = \
|
||||
.\nsIFileSpecWithUI.idl \
|
||||
.\nsISound.idl \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS=nsui.h \
|
||||
nsIFontSizeIterator.h \
|
||||
|
||||
Reference in New Issue
Block a user